ALSA: hda - Add missing static to patch_ca0110()
authorTakashi Iwai <tiwai@suse.de>
Wed, 1 Jul 2009 06:34:32 +0000 (08:34 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 1 Jul 2009 06:34:32 +0000 (08:34 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_ca0110.c

index 392d108..019ca7c 100644 (file)
@@ -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;
 {
        struct ca0110_spec *spec;
        int err;