提交 d882995c 编写于 作者: A Andreas Schwab 提交者: Paul Mackerras

[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: NAndreas Schwab <schwab@suse.de>
Signed-off-by: NPaul Mackerras <paulus@samba.org>
上级 f709bfac
...@@ -335,7 +335,7 @@ static void toonie_cleanup(struct snd_pmac *chip) ...@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册