diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-12-06 12:35:23 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-12-07 01:33:30 -0500 |
commit | 15afafc2565bc785eb7a440b8b4a53f77910cf04 (patch) | |
tree | c5d88e93d33284ef7ac83cf9925886f28829375e /sound/ppc/keywest.c | |
parent | 5cc3203f72d89064da315529103f277124f57005 (diff) |
ALSA: ppc: remove __dev* attributes
CONFIG_HOTPLUG is going away as an option. As result the __dev*
markings will be going away.
Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
and __devexit.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 4080becf4cef..01aecc2b5073 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c | |||
@@ -115,7 +115,7 @@ void snd_pmac_keywest_cleanup(struct pmac_keywest *i2c) | |||
115 | } | 115 | } |
116 | } | 116 | } |
117 | 117 | ||
118 | int __devinit snd_pmac_tumbler_post_init(void) | 118 | int snd_pmac_tumbler_post_init(void) |
119 | { | 119 | { |
120 | int err; | 120 | int err; |
121 | 121 | ||
@@ -130,7 +130,7 @@ int __devinit snd_pmac_tumbler_post_init(void) | |||
130 | } | 130 | } |
131 | 131 | ||
132 | /* exported */ | 132 | /* exported */ |
133 | int __devinit snd_pmac_keywest_init(struct pmac_keywest *i2c) | 133 | int snd_pmac_keywest_init(struct pmac_keywest *i2c) |
134 | { | 134 | { |
135 | int err; | 135 | int err; |
136 | 136 | ||