usb-serial: Use tty_port version console instead of usb_serial_port
authorJason Wessel <jason.wessel@windriver.com>
Tue, 9 Mar 2010 03:50:12 +0000 (21:50 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 May 2010 20:21:31 +0000 (13:21 -0700)
commitbd5afa9eac6daa408412a31a6c69e87e8bd28c7e
tree5f99e4ee9d787d038746c2217f7c1152fad3c453
parent9757de384451a606af8c722213cb973192cbbd1b
usb-serial: Use tty_port version console instead of usb_serial_port

Replace all instances of using the console variable in struct
usb_serial_port with the struct tty_port version.

CC: Alan Cox <alan@linux.intel.com>
CC: Alan Stern <stern@rowland.harvard.edu>
CC: Oliver Neukum <oliver@neukum.org>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: linux-usb@vger.kernel.org
CC: linux-kernel@vger.kernel.org
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/console.c
drivers/usb/serial/ftdi_sio.c
drivers/usb/serial/generic.c
drivers/usb/serial/pl2303.c
drivers/usb/serial/usb-serial.c
include/linux/usb/serial.h