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)
commit90387f5eb08e50d79ab305dab170b4a437d5802c
tree6bdf992e843ab6b514a8e1b166684d1773950392
parent1f5c13fad4ec5617b610e12205902c06298c096a
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