Randy Dunlap 4acfaf829d usb/serial: fix function args warnings, dropping *filp
Fix build warnings caused by removal of *filp arg in struct
usb_serial_driver.

These changes were missed somehow in commits 00a0d0d65b61 ("tty: remove
filp from the USB tty ioctls") and 60b33c133ca0b ("tiocmget: kill off
the passing of the struct file")

  drivers/usb/serial/mct_u232.c:159: warning: initialization from incompatible pointer type
  drivers/usb/serial/opticon.c:627: warning: initialization from incompatible pointer type

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-04-04 08:35:20 -07:00
..
2010-05-20 13:21:46 -07:00
2010-03-02 14:54:16 -08:00
2010-05-20 13:21:47 -07:00
2008-02-01 14:34:47 -08:00
2010-10-22 10:22:07 -07:00
2010-05-20 13:21:47 -07:00
2008-07-22 13:03:22 -07:00
2010-05-20 13:21:32 -07:00