diff options
Diffstat (limited to 'drivers/usb/serial/aircable.c')
| -rw-r--r-- | drivers/usb/serial/aircable.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/serial/aircable.c b/drivers/usb/serial/aircable.c index 54e1bb6372e7..6d110a3bc7e7 100644 --- a/drivers/usb/serial/aircable.c +++ b/drivers/usb/serial/aircable.c | |||
| @@ -68,10 +68,6 @@ | |||
| 68 | #define THROTTLED 0x01 | 68 | #define THROTTLED 0x01 |
| 69 | #define ACTUALLY_THROTTLED 0x02 | 69 | #define ACTUALLY_THROTTLED 0x02 |
| 70 | 70 | ||
| 71 | /* | ||
| 72 | * Version Information | ||
| 73 | */ | ||
| 74 | #define DRIVER_VERSION "v2.0" | ||
| 75 | #define DRIVER_AUTHOR "Naranjo, Manuel Francisco <naranjo.manuel@gmail.com>, Johan Hovold <jhovold@gmail.com>" | 71 | #define DRIVER_AUTHOR "Naranjo, Manuel Francisco <naranjo.manuel@gmail.com>, Johan Hovold <jhovold@gmail.com>" |
| 76 | #define DRIVER_DESC "AIRcable USB Driver" | 72 | #define DRIVER_DESC "AIRcable USB Driver" |
| 77 | 73 | ||
| @@ -192,5 +188,4 @@ module_usb_serial_driver(serial_drivers, id_table); | |||
| 192 | 188 | ||
| 193 | MODULE_AUTHOR(DRIVER_AUTHOR); | 189 | MODULE_AUTHOR(DRIVER_AUTHOR); |
| 194 | MODULE_DESCRIPTION(DRIVER_DESC); | 190 | MODULE_DESCRIPTION(DRIVER_DESC); |
| 195 | MODULE_VERSION(DRIVER_VERSION); | ||
| 196 | MODULE_LICENSE("GPL"); | 191 | MODULE_LICENSE("GPL"); |
