diff options
author | Johan Hovold <jhovold@gmail.com> | 2012-04-25 16:12:09 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-25 11:42:17 -0700 |
commit | 729be47735638c3441f67d8c7e99c20f6086e5df (patch) | |
tree | 739bc54fa51e114bc61bbcc78945ae3bfa8f2c4c | |
parent | c1d830c5be5207ca0a4e936f135324ed7a2eea92 (diff) | |
download | talos-op-linux-729be47735638c3441f67d8c7e99c20f6086e5df.tar.gz talos-op-linux-729be47735638c3441f67d8c7e99c20f6086e5df.zip |
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>
-rw-r--r-- | drivers/usb/serial/pl2303.c | 2 |
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) }, |