summaryrefslogtreecommitdiffstats
path: root/sound/usb/6fire/firmware.h
diff options
context:
space:
mode:
authorBill Pemberton <wfp5p@virginia.edu>2012-12-06 12:35:28 -0500
committerTakashi Iwai <tiwai@suse.de>2012-12-07 07:34:46 +0100
commit87f9796a0336efa46d0fbecfb2875afe07dd6972 (patch)
tree9d232dc63b56e4f2ba9819d40089f86586956403 /sound/usb/6fire/firmware.h
parentfbbb01a12d5d553ea3851a020d98c0ac9b383673 (diff)
downloadop-kernel-dev-87f9796a0336efa46d0fbecfb2875afe07dd6972.zip
op-kernel-dev-87f9796a0336efa46d0fbecfb2875afe07dd6972.tar.gz
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>
Diffstat (limited to 'sound/usb/6fire/firmware.h')
-rw-r--r--sound/usb/6fire/firmware.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/6fire/firmware.h b/sound/usb/6fire/firmware.h
index 0085698..c109c4f 100644
--- a/sound/usb/6fire/firmware.h
+++ b/sound/usb/6fire/firmware.h
@@ -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 */
OpenPOWER on IntegriCloud