]> git.baikalelectronics.ru Git - kernel.git/commit
tty: riscom8, fix shutdown declaration
authorJiri Slaby <jirislaby@gmail.com>
Sat, 22 Aug 2009 07:04:42 +0000 (09:04 +0200)
committerLive-CD User <linux@linux.site>
Sat, 19 Sep 2009 20:13:37 +0000 (13:13 -0700)
commitd438d97fc770181892be115d7effde78a21d9f21
tree6bdf992e843ab6b514a8e1b166684d1773950392
parent32227d5506e21fd86a1fb8cfabe557e36d2a949c
tty: riscom8, fix shutdown declaration

tty_port_ops.shutdown takes only one parameter: tty port. Remove
the second one and use port->tty where needed instead.

Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/char/riscom8.c