Skip to content

Commit

Permalink
USB: cypress_m8: remove unused drain define
Browse files Browse the repository at this point in the history
Driver uses tty-port drain these days.

Signed-off-by: Johan Hovold <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jhovold authored and gregkh committed May 20, 2010
1 parent 7288d75 commit c4f4736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/usb/serial/cypress_m8.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) },
Expand Down

0 comments on commit c4f4736

Please sign in to comment.