projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f709bfa
)
[PATCH] sound/ppc: snd_pmac_toonie_init should be __init
author
Andreas Schwab
<schwab@suse.de>
Sun, 23 Apr 2006 18:32:41 +0000
(20:32 +0200)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 28 Apr 2006 11:04:30 +0000
(21:04 +1000)
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>
sound/ppc/toonie.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/ppc/toonie.c
b/sound/ppc/toonie.c
index 4e595172e42387d6bffee7593048cdd61e200c73..1ac7c8552f50e3fdea0b07cb396906482681b554 100644
(file)
--- 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;