From: Peter Hurley Date: Fri, 31 Jul 2015 20:59:52 +0000 (-0400) Subject: serial: core: Remove tty port activate() and shutdown() methods X-Git-Tag: omap-for-v4.3/fixes-merge-window~43^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e31364fc3272073ec8c5fac18a3e01d4f013418;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed