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 d634e6635632..54e1bb6372e7 100644 --- a/drivers/usb/serial/aircable.c +++ b/drivers/usb/serial/aircable.c | |||
@@ -52,8 +52,6 @@ | |||
52 | #include <linux/usb.h> | 52 | #include <linux/usb.h> |
53 | #include <linux/usb/serial.h> | 53 | #include <linux/usb/serial.h> |
54 | 54 | ||
55 | static bool debug; | ||
56 | |||
57 | /* Vendor and Product ID */ | 55 | /* Vendor and Product ID */ |
58 | #define AIRCABLE_VID 0x16CA | 56 | #define AIRCABLE_VID 0x16CA |
59 | #define AIRCABLE_USB_PID 0x1502 | 57 | #define AIRCABLE_USB_PID 0x1502 |
@@ -196,6 +194,3 @@ MODULE_AUTHOR(DRIVER_AUTHOR); | |||
196 | MODULE_DESCRIPTION(DRIVER_DESC); | 194 | MODULE_DESCRIPTION(DRIVER_DESC); |
197 | MODULE_VERSION(DRIVER_VERSION); | 195 | MODULE_VERSION(DRIVER_VERSION); |
198 | MODULE_LICENSE("GPL"); | 196 | MODULE_LICENSE("GPL"); |
199 | |||
200 | module_param(debug, bool, S_IRUGO | S_IWUSR); | ||
201 | MODULE_PARM_DESC(debug, "Debug enabled or not"); | ||