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 b2e2aac22114..835fa19ed461 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c | |||
@@ -105,7 +105,7 @@ void snd_pmac_keywest_cleanup(struct pmac_keywest *i2c) | |||
105 | } | 105 | } |
106 | } | 106 | } |
107 | 107 | ||
108 | int __init snd_pmac_tumbler_post_init(void) | 108 | int __devinit snd_pmac_tumbler_post_init(void) |
109 | { | 109 | { |
110 | int err; | 110 | int err; |
111 | 111 | ||
@@ -120,7 +120,7 @@ int __init snd_pmac_tumbler_post_init(void) | |||
120 | } | 120 | } |
121 | 121 | ||
122 | /* exported */ | 122 | /* exported */ |
123 | int __init snd_pmac_keywest_init(struct pmac_keywest *i2c) | 123 | int __devinit snd_pmac_keywest_init(struct pmac_keywest *i2c) |
124 | { | 124 | { |
125 | int err; | 125 | int err; |
126 | 126 | ||