Skip to content

Commit

Permalink
ALSA: hda - Add missing static to patch_ca0110()
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Jul 1, 2009
1 parent 1d955eb commit 1e16895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/pci/hda/patch_ca0110.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1e16895

Please sign in to comment.