[PATCH] usb: escaped ktermios conversion

From: Alan
Date: Wed Nov 15 2006 - 11:14:36 EST


Signed-off-by: Alan Cox <alan@xxxxxxxxxx>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.19-rc5-mm2/drivers/usb/serial/sierra.c linux-2.6.19-rc5-mm2/drivers/usb/serial/sierra.c
--- linux.vanilla-2.6.19-rc5-mm2/drivers/usb/serial/sierra.c 2006-11-15 13:26:48.000000000 +0000
+++ linux-2.6.19-rc5-mm2/drivers/usb/serial/sierra.c 2006-11-15 13:52:22.000000000 +0000
@@ -145,7 +145,7 @@
}

static void sierra_set_termios(struct usb_serial_port *port,
- struct termios *old_termios)
+ struct ktermios *old_termios)
{
dbg("%s", __FUNCTION__);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/