[PATCH] funsoft: ktermios fix

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Al Viro and committed by Linus Torvalds c3ea6729 1b5180b6

+1 -1
+1 -1
drivers/usb/serial/funsoft.c
··· 27 static int funsoft_ioctl(struct usb_serial_port *port, struct file *file, 28 unsigned int cmd, unsigned long arg) 29 { 30 - struct termios t; 31 32 dbg("%s - port %d, cmd 0x%04x", __FUNCTION__, port->number, cmd); 33
··· 27 static int funsoft_ioctl(struct usb_serial_port *port, struct file *file, 28 unsigned int cmd, unsigned long arg) 29 { 30 + struct ktermios t; 31 32 dbg("%s - port %d, cmd 0x%04x", __FUNCTION__, port->number, cmd); 33