diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-06-15 15:14:49 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-15 15:14:49 +0200 |
commit | e72888e91cc902ccdc089f237b6eed7587e2b4df (patch) | |
tree | fbf764b78d47ac026d41291fb73012f4a0224546 /sound | |
parent | ca2585afa013ec2cf99a48e46d6b82df2e240493 (diff) |
ALSA: lola - Fix section mismatch
Add missing __devinit.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/lola/lola.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/lola/lola.c b/sound/pci/lola/lola.c index 34b24286d279..2692e5ae5f2d 100644 --- a/sound/pci/lola/lola.c +++ b/sound/pci/lola/lola.c @@ -445,7 +445,7 @@ static void lola_reset_setups(struct lola *chip) 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; |