summaryrefslogtreecommitdiffstats
path: root/sound/usb/line6
diff options
context:
space:
mode:
authorTakashi Iwai2015-01-19 16:02:36 +0100
committerTakashi Iwai2015-01-20 08:18:10 +0100
commit2cd53fa9d38b98ea5ae4268e021c4f4cd68227a5 (patch)
tree3d4aa09e667f9e3a04fe8894a472eafe115d1eec /sound/usb/line6
parentALSA: line6: Reorganize card resource handling (diff)
downloadkernel-qcow2-linux-2cd53fa9d38b98ea5ae4268e021c4f4cd68227a5.tar.gz
kernel-qcow2-linux-2cd53fa9d38b98ea5ae4268e021c4f4cd68227a5.tar.xz
kernel-qcow2-linux-2cd53fa9d38b98ea5ae4268e021c4f4cd68227a5.zip
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')
-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 8b6a658a8a58..6a3ec07d869f 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);