]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MMC: sdio_uart, remove unused member from sdio_uart_port
authorJiri Slaby <jslaby@suse.cz>
Thu, 15 Nov 2012 08:49:51 +0000 (09:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Nov 2012 01:20:57 +0000 (17:20 -0800)
commit9753eb8de8a36de41f3b5e217e995cccfbecdada
tree3d0d6f1c02ddb41cf262a7bb2aca2af89dc0f889
parent55bef83cc68bda76a14a23b1076a9a9a9e43af68
MMC: sdio_uart, remove unused member from sdio_uart_port

tty from struct sdio_uart_port is unused. Proper refcounted tty in
tty_port->tty is used instead. So remove the member from that
structure.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/card/sdio_uart.c