summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/pl2303.c
diff options
context:
space:
mode:
authorJohan Hovold <jhovold@gmail.com>2012-04-25 16:12:09 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-25 11:42:17 -0700
commit729be47735638c3441f67d8c7e99c20f6086e5df (patch)
tree739bc54fa51e114bc61bbcc78945ae3bfa8f2c4c /drivers/usb/serial/pl2303.c
parentc1d830c5be5207ca0a4e936f135324ed7a2eea92 (diff)
USB: pl2303: remove unused define
Remove unused closing-wait define. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/pl2303.c')
-rw-r--r--drivers/usb/serial/pl2303.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
index 4917b4e79bb5..c6bb88d5effd 100644
--- a/drivers/usb/serial/pl2303.c
+++ b/drivers/usb/serial/pl2303.c
@@ -38,8 +38,6 @@
static bool debug;
-#define PL2303_CLOSING_WAIT (30*HZ)
-
static const struct usb_device_id id_table[] = {
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID) },
{ USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_RSAQ2) },