]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/serial/cyberjack.c
USB: Serial: cyberjack.c: remove debug module parameter
[karo-tx-linux.git] / drivers / usb / serial / cyberjack.c
index 17066daeae4621ed724dccb3e5891a372aba7474..2a7aecc72237ccaac68b2c922093182c878acbda 100644 (file)
@@ -43,8 +43,6 @@
 
 #define CYBERJACK_LOCAL_BUF_SIZE 32
 
-static bool debug;
-
 /*
  * Version Information
  */
@@ -456,6 +454,3 @@ MODULE_AUTHOR(DRIVER_AUTHOR);
 MODULE_DESCRIPTION(DRIVER_DESC);
 MODULE_VERSION(DRIVER_VERSION);
 MODULE_LICENSE("GPL");
-
-module_param(debug, bool, S_IRUGO | S_IWUSR);
-MODULE_PARM_DESC(debug, "Debug enabled or not");