diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-12-06 12:35:28 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-12-07 07:34:46 +0100 |
commit | 87f9796a0336efa46d0fbecfb2875afe07dd6972 (patch) | |
tree | 9d232dc63b56e4f2ba9819d40089f86586956403 /sound/usb/6fire/comm.h | |
parent | fbbb01a12d5d553ea3851a020d98c0ac9b383673 (diff) |
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/comm.h')
-rw-r--r-- | sound/usb/6fire/comm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/6fire/comm.h b/sound/usb/6fire/comm.h index d2af0a5ddcf..6a0840b0dcf 100644 --- a/sound/usb/6fire/comm.h +++ b/sound/usb/6fire/comm.h @@ -36,7 +36,7 @@ struct comm_runtime { u8 vh, u8 vl); }; -int __devinit usb6fire_comm_init(struct sfire_chip *chip); +int usb6fire_comm_init(struct sfire_chip *chip); void usb6fire_comm_abort(struct sfire_chip *chip); void usb6fire_comm_destroy(struct sfire_chip *chip); #endif /* USB6FIRE_COMM_H */ |