diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2014-11-05 20:26:26 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-11-06 07:18:30 +0300 |
commit | 1d597e7c266658697843352c5c030e20f48c6230 (patch) | |
tree | d5ed184048a3539175afa2ccb53cafd0bf0a74e1 /include/linux/tty.h | |
parent | c961bfb17406c9fda6ba37cbba34feacdd09c6eb (diff) | |
download | linux-1d597e7c266658697843352c5c030e20f48c6230.tar.xz |
tty: Remove defunct pcxe_open() declaration
pcxe_open() has no definition in mainline; remove declaration.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/tty.h')
-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 f6835ea1079a..97cfb3108e29 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -621,10 +621,6 @@ extern long n_tty_compat_ioctl_helper(struct tty_struct *tty, struct file *file, extern void serial_console_init(void); -/* pcxx.c */ - -extern int pcxe_open(struct tty_struct *tty, struct file *filp); - /* vt.c */ extern int vt_ioctl(struct tty_struct *tty, |