summaryrefslogtreecommitdiff
path: root/sound/usb/line6/driver.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2015-01-19 15:02:36 (GMT)
committerTakashi Iwai <tiwai@suse.de>2015-01-20 07:18:10 (GMT)
commit2cd53fa9d38b98ea5ae4268e021c4f4cd68227a5 (patch)
tree3d4aa09e667f9e3a04fe8894a472eafe115d1eec /sound/usb/line6/driver.c
parent85a9339becf0af4d547ceb6bb16d1893b05fbce4 (diff)
downloadlinux-2cd53fa9d38b98ea5ae4268e021c4f4cd68227a5.tar.xz
ALSA: line6: Remove driver version string
This is rather useless for a driver that has been already merged into the official tree. Tested-by: Chris Rorvick <chris@rorvick.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/usb/line6/driver.c')
-rw-r--r--sound/usb/line6/driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/usb/line6/driver.c b/sound/usb/line6/driver.c
index 8b6a658..6a3ec07 100644
--- a/sound/usb/line6/driver.c
+++ b/sound/usb/line6/driver.c
@@ -27,7 +27,6 @@
#define DRIVER_AUTHOR "Markus Grabner <grabner@icg.tugraz.at>"
#define DRIVER_DESC "Line6 USB Driver"
-#define DRIVER_VERSION "0.9.1beta" DRIVER_REVISION
/*
This is Line6's MIDI manufacturer ID.
@@ -729,4 +728,3 @@ EXPORT_SYMBOL_GPL(line6_resume);
MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE("GPL");
-MODULE_VERSION(DRIVER_VERSION);