aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/samsung.c
diff options
context:
space:
mode:
authorPeter Hurley <peter@hurleysoftware.com>2015-07-31 16:59:52 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-04 22:07:23 -0700
commit9e31364fc3272073ec8c5fac18a3e01d4f013418 (patch)
tree816beb7a432e52a6b8c899c235d8206c0ee28812 /drivers/tty/serial/samsung.c
parentserial: core: Use proper spinlock flavor in uart_close() (diff)
downloadlinux-dev-9e31364fc3272073ec8c5fac18a3e01d4f013418.tar.xz
linux-dev-9e31364fc3272073ec8c5fac18a3e01d4f013418.zip
serial: core: Remove tty port activate() and shutdown() methods
serial core does not use tty_port_open() or tty_port_close(); serial core defines and extends it's own tty open() and close() methods (uart_open() and uart_close(), respectively). Remove the tty_port activate() and shutdown() initializations, and the uart_port_activate() function, which is never called. NB: uart_port_shutdown() is used by uart_close() => uart_shutdown() call chain (but not via the tty_port methods). Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/samsung.c')
0 files changed, 0 insertions, 0 deletions