diff options
Diffstat (limited to 'sound/ppc/keywest.c')
-rw-r--r-- | sound/ppc/keywest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c index a5afb2682e7f..15518e602003 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c | |||
@@ -109,7 +109,7 @@ void snd_pmac_keywest_cleanup(struct pmac_keywest *i2c) | |||
109 | } | 109 | } |
110 | } | 110 | } |
111 | 111 | ||
112 | int __init snd_pmac_tumbler_post_init(void) | 112 | int __devinit snd_pmac_tumbler_post_init(void) |
113 | { | 113 | { |
114 | int err; | 114 | int err; |
115 | 115 | ||
@@ -124,7 +124,7 @@ int __init snd_pmac_tumbler_post_init(void) | |||
124 | } | 124 | } |
125 | 125 | ||
126 | /* exported */ | 126 | /* exported */ |
127 | int __init snd_pmac_keywest_init(struct pmac_keywest *i2c) | 127 | int __devinit snd_pmac_keywest_init(struct pmac_keywest *i2c) |
128 | { | 128 | { |
129 | int err; | 129 | int err; |
130 | 130 | ||