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>
This commit is contained in:

committed by
Takashi Iwai

parent
5cc3203f72
commit
15afafc256
@@ -215,7 +215,7 @@ static struct snd_kcontrol_new snd_pmac_beep_mixer = {
|
||||
};
|
||||
|
||||
/* Initialize beep stuff */
|
||||
int __devinit snd_pmac_attach_beep(struct snd_pmac *chip)
|
||||
int snd_pmac_attach_beep(struct snd_pmac *chip)
|
||||
{
|
||||
struct pmac_beep *beep;
|
||||
struct input_dev *input_dev;
|
||||
|
Reference in New Issue
Block a user