]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Serial: remove unnecessary register_serial/unregister_serial
authorRussell King <rmk+lkml@arm.linux.org.uk>
Sat, 25 Jun 2005 21:54:30 +0000 (14:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:25 +0000 (16:24 -0700)
commit7919a693bd735ed0aa93fc359ae09a588cfeb3bc
tree741946d5de968903bb0b2225320c65c2e88a0b7a
parent821fe94727e72d63e1abd1bc0b044c72dfad9fb6
[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>
arch/frv/kernel/setup.c
arch/xtensa/platform-iss/console.c
drivers/char/amiserial.c