From: Johan Hovold Date: Wed, 25 Apr 2012 14:12:09 +0000 (+0200) Subject: USB: pl2303: remove unused define X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=729be47735638c3441f67d8c7e99c20f6086e5df;p=openwrt%2Fstaging%2Fblogic.git USB: pl2303: remove unused define Remove unused closing-wait define. Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- 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) },