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 23:18:30 -0500 |
| commit | b9104f5cec3b7d8fb4068bce5ddc8240dc7b81f7 (patch) | |
| tree | d6506f43f903d2eed2ee19b3cf0412988fcd7d43 | |
| 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>
| -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 97cfb3108e29..c52a689e09aa 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, | |||
| 617 | extern long n_tty_compat_ioctl_helper(struct tty_struct *tty, struct file *file, | 617 | extern long n_tty_compat_ioctl_helper(struct tty_struct *tty, struct file *file, |
| 618 | unsigned int cmd, unsigned long arg); | 618 | unsigned int cmd, unsigned long arg); |
| 619 | 619 | ||
| 620 | /* serial.c */ | ||
| 621 | |||
| 622 | extern void serial_console_init(void); | ||
| 623 | |||
| 624 | /* vt.c */ | 620 | /* vt.c */ |
| 625 | 621 | ||
| 626 | extern int vt_ioctl(struct tty_struct *tty, | 622 | extern int vt_ioctl(struct tty_struct *tty, |
