diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-06-15 09:14:49 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-06-15 09:14:49 -0400 |
commit | e72888e91cc902ccdc089f237b6eed7587e2b4df (patch) | |
tree | fbf764b78d47ac026d41291fb73012f4a0224546 /sound/pci/lola/lola.c | |
parent | ca2585afa013ec2cf99a48e46d6b82df2e240493 (diff) |
ALSA: lola - Fix section mismatch
Add missing __devinit.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/lola/lola.c')
-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) | |||
445 | lola_setup_all_analog_gains(chip, PLAY, false); /* output, update */ | 445 | lola_setup_all_analog_gains(chip, PLAY, false); /* output, update */ |
446 | } | 446 | } |
447 | 447 | ||
448 | static int lola_parse_tree(struct lola *chip) | 448 | static int __devinit lola_parse_tree(struct lola *chip) |
449 | { | 449 | { |
450 | unsigned int val; | 450 | unsigned int val; |
451 | int nid, err; | 451 | int nid, err; |