From: Andreas Schwab Date: Sun, 23 Apr 2006 18:32:41 +0000 (+0200) Subject: [PATCH] sound/ppc: snd_pmac_toonie_init should be __init X-Git-Tag: v2.6.17-rc4~105^2~11 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=d882995c054ff90706cc339321bfb04b15c5581f;p=~emulex%2Finfiniband.git [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 Signed-off-by: Paul Mackerras --- diff --git a/sound/ppc/toonie.c b/sound/ppc/toonie.c index 4e595172e42..1ac7c8552f5 100644 --- a/sound/ppc/toonie.c +++ b/sound/ppc/toonie.c @@ -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;