Skip to content

Commit

Permalink
[PATCH] sound/ppc: snd_pmac_toonie_init should be __init
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andreas Schwab authored and Paul Mackerras committed Apr 28, 2006
1 parent f709bfa commit d882995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/ppc/toonie.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d882995

Please sign in to comment.