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>
This commit is contained in:
parent
c961bfb174
commit
1d597e7c26
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue