From: Takashi Iwai Date: Wed, 1 Jul 2009 06:34:32 +0000 (+0200) Subject: ALSA: hda - Add missing static to patch_ca0110() X-Git-Tag: v2.6.31-rc2~6^2~3^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1e1689536f346a431b748dc8ad9ac0828d2c065d;p=linux-pvops.git ALSA: hda - Add missing static to patch_ca0110() Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_ca0110.c b/sound/pci/hda/patch_ca0110.c index 392d108c3558..019ca7cb56d7 100644 --- a/sound/pci/hda/patch_ca0110.c +++ b/sound/pci/hda/patch_ca0110.c @@ -510,7 +510,7 @@ static int ca0110_parse_auto_config(struct hda_codec *codec) } -int patch_ca0110(struct hda_codec *codec) +static int patch_ca0110(struct hda_codec *codec) { struct ca0110_spec *spec; int err;