patch-2.3.99-pre4 linux/drivers/char/pty.c

Next file: linux/drivers/char/serial.c
Previous file: linux/drivers/char/ppdev.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre3/linux/drivers/char/pty.c linux/drivers/char/pty.c
@@ -29,10 +29,6 @@
 #define BUILDING_PTY_C 1
 #include <linux/devpts_fs.h>
 
-extern void tty_register_devfs (struct tty_driver *driver, unsigned int flags,
-				unsigned int minor);
-extern void tty_unregister_devfs (struct tty_driver *driver, unsigned minor);
-
 struct pty_struct {
 	int	magic;
 	wait_queue_head_t open_wait;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)