diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-11-15 03:49:51 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-15 20:20:57 -0500 |
commit | 9753eb8de8a36de41f3b5e217e995cccfbecdada (patch) | |
tree | 3d0d6f1c02ddb41cf262a7bb2aca2af89dc0f889 /drivers/mmc | |
parent | 55bef83cc68bda76a14a23b1076a9a9a9e43af68 (diff) |
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/card/sdio_uart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/card/sdio_uart.c b/drivers/mmc/card/sdio_uart.c index d2339ea37815..369f7ba1d216 100644 --- a/drivers/mmc/card/sdio_uart.c +++ b/drivers/mmc/card/sdio_uart.c | |||
@@ -67,7 +67,6 @@ struct uart_icount { | |||
67 | struct sdio_uart_port { | 67 | struct sdio_uart_port { |
68 | struct tty_port port; | 68 | struct tty_port port; |
69 | struct kref kref; | 69 | struct kref kref; |
70 | struct tty_struct *tty; | ||
71 | unsigned int index; | 70 | unsigned int index; |
72 | struct sdio_func *func; | 71 | struct sdio_func *func; |
73 | struct mutex func_lock; | 72 | struct mutex func_lock; |