提交 9753eb8d 编写于 作者: J Jiri Slaby 提交者: Greg Kroah-Hartman

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: NJiri Slaby <jslaby@suse.cz>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 55bef83c
......@@ -67,7 +67,6 @@ struct uart_icount {
struct sdio_uart_port {
struct tty_port port;
struct kref kref;
struct tty_struct *tty;
unsigned int index;
struct sdio_func *func;
struct mutex func_lock;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册