Skip to content

Commit e72888e

Browse files
committed
ALSA: lola - Fix section mismatch
Add missing __devinit. Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent ca2585a commit e72888e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/pci/lola/lola.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ static void lola_reset_setups(struct lola *chip)
445445
lola_setup_all_analog_gains(chip, PLAY, false); /* output, update */
446446
}
447447

448-
static int lola_parse_tree(struct lola *chip)
448+
static int __devinit lola_parse_tree(struct lola *chip)
449449
{
450450
unsigned int val;
451451
int nid, err;

0 commit comments

Comments
 (0)