Browse Source

USB: cypress_m8: remove unused drain define

Driver uses tty-port drain these days.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Johan Hovold 15 năm trước cách đây
mục cha
commit
c4f4736fc4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      drivers/usb/serial/cypress_m8.c

+ 0 - 1
drivers/usb/serial/cypress_m8.c

@@ -85,7 +85,6 @@ static int unstable_bauds;
 
 /* write buffer size defines */
 #define CYPRESS_BUF_SIZE	1024
-#define CYPRESS_CLOSING_WAIT	(30*HZ)
 
 static const struct usb_device_id id_table_earthmate[] = {
 	{ USB_DEVICE(VENDOR_ID_DELORME, PRODUCT_ID_EARTHMATEUSB) },