diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-01-19 16:02:36 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-01-20 08:18:10 +0100 |
commit | 2cd53fa9d38b98ea5ae4268e021c4f4cd68227a5 (patch) | |
tree | 3d4aa09e667f9e3a04fe8894a472eafe115d1eec /sound/usb/line6 | |
parent | 85a9339becf0af4d547ceb6bb16d1893b05fbce4 (diff) | |
download | blackbird-op-linux-2cd53fa9d38b98ea5ae4268e021c4f4cd68227a5.tar.gz blackbird-op-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.c | 2 |
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); |