tty: Remove defunct serial_console_init() declaration
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 5 Nov 2014 17:26:27 +0000 (12:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 04:18:30 +0000 (20:18 -0800)
commitb9104f5cec3b7d8fb4068bce5ddc8240dc7b81f7
treed6506f43f903d2eed2ee19b3cf0412988fcd7d43
parent1d597e7c266658697843352c5c030e20f48c6230
tty: Remove defunct serial_console_init() declaration

serial_console_init() is not defined by the tty core; remove
declaration.

Note that the powerpc arch boot code contains a serial_console_init()
declaration in arch/powerpc/boot/ops.h which is restricted to
the powerpc arch boot.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/tty.h