commit | e72888e91cc902ccdc089f237b6eed7587e2b4df | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jun 15 15:14:49 2011 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Jun 15 15:14:49 2011 +0200 |
tree | fbf764b78d47ac026d41291fb73012f4a0224546 | |
parent | ca2585afa013ec2cf99a48e46d6b82df2e240493 [diff] [blame] |
ALSA: lola - Fix section mismatch Add missing __devinit. Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/lola/lola.c b/sound/pci/lola/lola.c index 34b2428..2692e5a 100644 --- a/sound/pci/lola/lola.c +++ b/sound/pci/lola/lola.c
@@ -445,7 +445,7 @@ lola_setup_all_analog_gains(chip, PLAY, false); /* output, update */ } -static int lola_parse_tree(struct lola *chip) +static int __devinit lola_parse_tree(struct lola *chip) { unsigned int val; int nid, err;