aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platform-iss
diff options
context:
space:
mode:
authorRussell King <rmk+lkml@arm.linux.org.uk>2005-06-25 17:54:30 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-25 19:24:25 -0400
commit7919a693bd735ed0aa93fc359ae09a588cfeb3bc (patch)
tree741946d5de968903bb0b2225320c65c2e88a0b7a /arch/xtensa/platform-iss
parent821fe94727e72d63e1abd1bc0b044c72dfad9fb6 (diff)
[PATCH] Serial: remove unnecessary register_serial/unregister_serial
A couple of drivers declare register_serial/unregister_serial prototypes but don't use them. FRV contains a commented out call to register_serial. Since these are deprecated, remove these unnecessary references. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/xtensa/platform-iss')
-rw-r--r--arch/xtensa/platform-iss/console.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/xtensa/platform-iss/console.c b/arch/xtensa/platform-iss/console.c
index 9e2b53f6a907..4fbddf92a921 100644
--- a/arch/xtensa/platform-iss/console.c
+++ b/arch/xtensa/platform-iss/console.c
@@ -198,9 +198,6 @@ static int rs_read_proc(char *page, char **start, off_t off, int count,
198} 198}
199 199
200 200
201int register_serial(struct serial_struct*);
202void unregister_serial(int);
203
204static struct tty_operations serial_ops = { 201static struct tty_operations serial_ops = {
205 .open = rs_open, 202 .open = rs_open,
206 .close = rs_close, 203 .close = rs_close,