diff options
Diffstat (limited to 'drivers/usb/serial/spcp8x5.c')
-rw-r--r-- | drivers/usb/serial/spcp8x5.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/serial/spcp8x5.c b/drivers/usb/serial/spcp8x5.c index 769c137f8975..a42536af1256 100644 --- a/drivers/usb/serial/spcp8x5.c +++ b/drivers/usb/serial/spcp8x5.c | |||
@@ -28,9 +28,6 @@ | |||
28 | #include <linux/usb.h> | 28 | #include <linux/usb.h> |
29 | #include <linux/usb/serial.h> | 29 | #include <linux/usb/serial.h> |
30 | 30 | ||
31 | |||
32 | /* Version Information */ | ||
33 | #define DRIVER_VERSION "v0.10" | ||
34 | #define DRIVER_DESC "SPCP8x5 USB to serial adaptor driver" | 31 | #define DRIVER_DESC "SPCP8x5 USB to serial adaptor driver" |
35 | 32 | ||
36 | #define SPCP8x5_007_VID 0x04FC | 33 | #define SPCP8x5_007_VID 0x04FC |
@@ -651,5 +648,4 @@ static struct usb_serial_driver * const serial_drivers[] = { | |||
651 | module_usb_serial_driver(serial_drivers, id_table); | 648 | module_usb_serial_driver(serial_drivers, id_table); |
652 | 649 | ||
653 | MODULE_DESCRIPTION(DRIVER_DESC); | 650 | MODULE_DESCRIPTION(DRIVER_DESC); |
654 | MODULE_VERSION(DRIVER_VERSION); | ||
655 | MODULE_LICENSE("GPL"); | 651 | MODULE_LICENSE("GPL"); |