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:

committed by
Takashi Iwai

parent
fbbb01a12d
commit
87f9796a03
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user