[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: Andreas Schwab <schwab@suse.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
f709bfac48
commit
d882995c05
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ static void toonie_cleanup(struct snd_pmac *chip)
|
||||||
chip->mixer_data = NULL;
|
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;
|
struct pmac_toonie *mix;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue