sdio_uart: use tty_port
authorAlan Cox <alan@linux.intel.com>
Thu, 5 Nov 2009 13:28:06 +0000 (13:28 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 23:18:05 +0000 (15:18 -0800)
commitb5849b1a82853171ce8a35220204f17ec282a9a8
tree42276bb4b2c2fe5cf7ba241e9ed85acc5b4ea48e
parente707c35cbbe83a016cf0122a29e3a47b5a9e35c4
sdio_uart: use tty_port

Add a tty_port object to the sdio uart. For the moment just begin using the
tty field of the port, as this is the critical one to clean up.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/mmc/card/sdio_uart.c