diff options
Diffstat (limited to 'sound/usb/6fire/control.h')
-rw-r--r-- | sound/usb/6fire/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/usb/6fire/control.h b/sound/usb/6fire/control.h index 9a596d95474a..5a40ba143489 100644 --- a/sound/usb/6fire/control.h +++ b/sound/usb/6fire/control.h | |||
@@ -50,7 +50,7 @@ struct control_runtime { | |||
50 | u8 ivol_updated; | 50 | u8 ivol_updated; |
51 | }; | 51 | }; |
52 | 52 | ||
53 | int __devinit usb6fire_control_init(struct sfire_chip *chip); | 53 | int usb6fire_control_init(struct sfire_chip *chip); |
54 | void usb6fire_control_abort(struct sfire_chip *chip); | 54 | void usb6fire_control_abort(struct sfire_chip *chip); |
55 | void usb6fire_control_destroy(struct sfire_chip *chip); | 55 | void usb6fire_control_destroy(struct sfire_chip *chip); |
56 | #endif /* USB6FIRE_CONTROL_H */ | 56 | #endif /* USB6FIRE_CONTROL_H */ |