Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d882995c authored by Andreas Schwab's avatar Andreas Schwab Committed by Paul Mackerras
Browse files

[PATCH] sound/ppc: snd_pmac_toonie_init should be __init



snd_pmac_toonie_init is only called by __init code and calls __init code
itself.

Signed-off-by: default avatarAndreas Schwab <schwab@suse.de>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent f709bfac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ static void toonie_cleanup(struct snd_pmac *chip)
	chip->mixer_data = NULL;
}

int snd_pmac_toonie_init(struct snd_pmac *chip)
int __init snd_pmac_toonie_init(struct snd_pmac *chip)
{
	struct pmac_toonie *mix;