diff options
Diffstat (limited to 'drivers/usb/serial/hp4x.c')
-rw-r--r-- | drivers/usb/serial/hp4x.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/serial/hp4x.c b/drivers/usb/serial/hp4x.c index 0bbaf21a9d1e..2cba60d90c79 100644 --- a/drivers/usb/serial/hp4x.c +++ b/drivers/usb/serial/hp4x.c | |||
@@ -20,10 +20,6 @@ | |||
20 | #include <linux/usb.h> | 20 | #include <linux/usb.h> |
21 | #include <linux/usb/serial.h> | 21 | #include <linux/usb/serial.h> |
22 | 22 | ||
23 | /* | ||
24 | * Version Information | ||
25 | */ | ||
26 | #define DRIVER_VERSION "v1.00" | ||
27 | #define DRIVER_DESC "HP4x (48/49) Generic Serial driver" | 23 | #define DRIVER_DESC "HP4x (48/49) Generic Serial driver" |
28 | 24 | ||
29 | #define HP_VENDOR_ID 0x03f0 | 25 | #define HP_VENDOR_ID 0x03f0 |
@@ -52,5 +48,4 @@ static struct usb_serial_driver * const serial_drivers[] = { | |||
52 | module_usb_serial_driver(serial_drivers, id_table); | 48 | module_usb_serial_driver(serial_drivers, id_table); |
53 | 49 | ||
54 | MODULE_DESCRIPTION(DRIVER_DESC); | 50 | MODULE_DESCRIPTION(DRIVER_DESC); |
55 | MODULE_VERSION(DRIVER_VERSION); | ||
56 | MODULE_LICENSE("GPL"); | 51 | MODULE_LICENSE("GPL"); |