|
@@ -46,8 +46,6 @@
|
|
|
#define FULLPWRBIT 0x00000080
|
|
|
#define NEXT_BOARD_POWER_BIT 0x00000004
|
|
|
|
|
|
-static bool debug;
|
|
|
-
|
|
|
/* Version Information */
|
|
|
#define DRIVER_VERSION "v0.1"
|
|
|
#define DRIVER_DESC "Quatech SSU-100 USB to Serial Driver"
|
|
@@ -668,6 +666,3 @@ module_usb_serial_driver(serial_drivers, id_table);
|
|
|
|
|
|
MODULE_DESCRIPTION(DRIVER_DESC);
|
|
|
MODULE_LICENSE("GPL");
|
|
|
-
|
|
|
-module_param(debug, bool, S_IRUGO | S_IWUSR);
|
|
|
-MODULE_PARM_DESC(debug, "Debug enabled or not");
|