diff options
-rw-r--r-- | drivers/usb/serial/safe_serial.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/serial/safe_serial.c b/drivers/usb/serial/safe_serial.c index 36e9d9fc0618..e3457e2d2c0d 100644 --- a/drivers/usb/serial/safe_serial.c +++ b/drivers/usb/serial/safe_serial.c | |||
@@ -81,7 +81,6 @@ | |||
81 | #define CONFIG_USB_SERIAL_SAFE_PADDED 0 | 81 | #define CONFIG_USB_SERIAL_SAFE_PADDED 0 |
82 | #endif | 82 | #endif |
83 | 83 | ||
84 | static bool debug; | ||
85 | static bool safe = 1; | 84 | static bool safe = 1; |
86 | static bool padded = CONFIG_USB_SERIAL_SAFE_PADDED; | 85 | static bool padded = CONFIG_USB_SERIAL_SAFE_PADDED; |
87 | 86 | ||
@@ -100,9 +99,6 @@ MODULE_PARM_DESC(vendor, "User specified USB idVendor (required)"); | |||
100 | module_param(product, ushort, 0); | 99 | module_param(product, ushort, 0); |
101 | MODULE_PARM_DESC(product, "User specified USB idProduct (required)"); | 100 | MODULE_PARM_DESC(product, "User specified USB idProduct (required)"); |
102 | 101 | ||
103 | module_param(debug, bool, S_IRUGO | S_IWUSR); | ||
104 | MODULE_PARM_DESC(debug, "Debug enabled or not"); | ||
105 | |||
106 | module_param(safe, bool, 0); | 102 | module_param(safe, bool, 0); |
107 | MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off"); | 103 | MODULE_PARM_DESC(safe, "Turn Safe Encapsulation On/Off"); |
108 | 104 | ||