diff options
Diffstat (limited to 'drivers/usb/serial/option.c')
-rw-r--r-- | drivers/usb/serial/option.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index df472c7480a0..e143198aeb02 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
@@ -383,11 +383,7 @@ static struct usb_serial_driver option_1port_device = { | |||
383 | .read_int_callback = option_instat_callback, | 383 | .read_int_callback = option_instat_callback, |
384 | }; | 384 | }; |
385 | 385 | ||
386 | #ifdef CONFIG_USB_DEBUG | ||
387 | static int debug; | 386 | static int debug; |
388 | #else | ||
389 | #define debug 0 | ||
390 | #endif | ||
391 | 387 | ||
392 | /* per port private data */ | 388 | /* per port private data */ |
393 | 389 | ||
@@ -991,8 +987,5 @@ MODULE_DESCRIPTION(DRIVER_DESC); | |||
991 | MODULE_VERSION(DRIVER_VERSION); | 987 | MODULE_VERSION(DRIVER_VERSION); |
992 | MODULE_LICENSE("GPL"); | 988 | MODULE_LICENSE("GPL"); |
993 | 989 | ||
994 | #ifdef CONFIG_USB_DEBUG | ||
995 | module_param(debug, bool, S_IRUGO | S_IWUSR); | 990 | module_param(debug, bool, S_IRUGO | S_IWUSR); |
996 | MODULE_PARM_DESC(debug, "Debug messages"); | 991 | MODULE_PARM_DESC(debug, "Debug messages"); |
997 | #endif | ||
998 | |||