ALSA: snd-usb-6fire: 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:
Bill Pemberton
2012-12-06 12:35:28 -05:00
committed by Takashi Iwai
parent fbbb01a12d
commit 87f9796a03
10 changed files with 17 additions and 17 deletions

View File

@@ -22,6 +22,6 @@ enum /* firmware state of device */
FW_NOT_READY = 1
};
int __devinit usb6fire_fw_init(struct usb_interface *intf);
int usb6fire_fw_init(struct usb_interface *intf);
#endif /* USB6FIRE_FIRMWARE_H */