]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit45246af4ae24114ba7248701d72ff53f72a1abcc
tree42276bb4b2c2fe5cf7ba241e9ed85acc5b4ea48e
parentfb0a33ddb80505fe2d0bd3a9331ec35f109e6488
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