diff options
-rw-r--r-- | drivers/usb/serial/cypress_m8.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/usb/serial/cypress_m8.c b/drivers/usb/serial/cypress_m8.c index 19f22e968d13..3f13cdd159d4 100644 --- a/drivers/usb/serial/cypress_m8.c +++ b/drivers/usb/serial/cypress_m8.c | |||
@@ -46,7 +46,6 @@ | |||
46 | #include "cypress_m8.h" | 46 | #include "cypress_m8.h" |
47 | 47 | ||
48 | 48 | ||
49 | static bool debug; | ||
50 | static bool stats; | 49 | static bool stats; |
51 | static int interval; | 50 | static int interval; |
52 | static bool unstable_bauds; | 51 | static bool unstable_bauds; |
@@ -1308,8 +1307,6 @@ MODULE_DESCRIPTION(DRIVER_DESC); | |||
1308 | MODULE_VERSION(DRIVER_VERSION); | 1307 | MODULE_VERSION(DRIVER_VERSION); |
1309 | MODULE_LICENSE("GPL"); | 1308 | MODULE_LICENSE("GPL"); |
1310 | 1309 | ||
1311 | module_param(debug, bool, S_IRUGO | S_IWUSR); | ||
1312 | MODULE_PARM_DESC(debug, "Debug enabled or not"); | ||
1313 | module_param(stats, bool, S_IRUGO | S_IWUSR); | 1310 | module_param(stats, bool, S_IRUGO | S_IWUSR); |
1314 | MODULE_PARM_DESC(stats, "Enable statistics or not"); | 1311 | MODULE_PARM_DESC(stats, "Enable statistics or not"); |
1315 | module_param(interval, int, S_IRUGO | S_IWUSR); | 1312 | module_param(interval, int, S_IRUGO | S_IWUSR); |