diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2014-11-05 12:26:27 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-05 20:18:30 -0800 |
commit | b9104f5cec3b7d8fb4068bce5ddc8240dc7b81f7 (patch) | |
tree | d6506f43f903d2eed2ee19b3cf0412988fcd7d43 /include | |
parent | 1d597e7c266658697843352c5c030e20f48c6230 (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/tty.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 97cfb3108e2..c52a689e09a 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -617,10 +617,6 @@ extern int n_tty_ioctl_helper(struct tty_struct *tty, struct file *file, extern long n_tty_compat_ioctl_helper(struct tty_struct *tty, struct file *file, unsigned int cmd, unsigned long arg); -/* serial.c */ - -extern void serial_console_init(void); - /* vt.c */ extern int vt_ioctl(struct tty_struct *tty, |