summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/vivopay-serial.c
diff options
context:
space:
mode:
authorJohan Hovold <jhovold@gmail.com>2012-10-31 11:59:52 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-31 20:48:06 +0100
commitbcbec053d2197031d04b8e040c61695b5d7a949d (patch)
tree7dac70702c8983328161287ea2dee7f9dff7143e /drivers/usb/serial/vivopay-serial.c
parentUSB: ums_realtek: fix build warning (diff)
downloadlinux-bcbec053d2197031d04b8e040c61695b5d7a949d.tar.xz
linux-bcbec053d2197031d04b8e040c61695b5d7a949d.zip
USB: serial: remove driver version information
Remove all MODULE_VERSION macros and driver-version information (except for garmin_gps which uses it in a status reply). It is the kernel version that matters and not some private version scheme which rarely even gets updated. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/vivopay-serial.c')
-rw-r--r--drivers/usb/serial/vivopay-serial.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/serial/vivopay-serial.c b/drivers/usb/serial/vivopay-serial.c
index 0c0aa876c209..6299526ff8c3 100644
--- a/drivers/usb/serial/vivopay-serial.c
+++ b/drivers/usb/serial/vivopay-serial.c
@@ -10,8 +10,6 @@
#include <linux/usb.h>
#include <linux/usb/serial.h>
-
-#define DRIVER_VERSION "v1.0"
#define DRIVER_DESC "ViVOpay USB Serial Driver"
#define VIVOPAY_VENDOR_ID 0x1d5f
@@ -42,5 +40,4 @@ module_usb_serial_driver(serial_drivers, id_table);
MODULE_AUTHOR("Forest Bond <forest.bond@outpostembedded.com>");
MODULE_DESCRIPTION(DRIVER_DESC);
-MODULE_VERSION(DRIVER_VERSION);
MODULE_LICENSE("GPL");