Commit e72888e91cc902ccdc089f237b6eed7587e2b4df

Authored by Takashi Iwai
1 parent ca2585afa0

ALSA: lola - Fix section mismatch

Add missing __devinit.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

sound/pci/lola/lola.c
... ... @@ -445,7 +445,7 @@
445 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 450 unsigned int val;
451 451 int nid, err;