aboutsummaryrefslogtreecommitdiff
path: root/sound/usb/6fire/comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb/6fire/comm.h')
-rw-r--r--sound/usb/6fire/comm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/usb/6fire/comm.h b/sound/usb/6fire/comm.h
index 19e2f928aa0..780d5ed8e5d 100644
--- a/sound/usb/6fire/comm.h
+++ b/sound/usb/6fire/comm.h
@@ -3,7 +3,6 @@
*
* Author: Torsten Schenk <torsten.schenk@zoho.com>
* Created: Jan 01, 2011
- * Version: 0.3.0
* Copyright: (C) Torsten Schenk
*
* This program is free software; you can redistribute it and/or modify
@@ -37,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 */