diff options
Diffstat (limited to 'drivers/char/tty_io.c')
-rw-r--r-- | drivers/char/tty_io.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index f36fecd3fd26..c927f42c8e4d 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c | |||
@@ -4048,10 +4048,6 @@ void __init console_init(void) | |||
4048 | } | 4048 | } |
4049 | } | 4049 | } |
4050 | 4050 | ||
4051 | #ifdef CONFIG_VT | ||
4052 | extern int vty_init(void); | ||
4053 | #endif | ||
4054 | |||
4055 | static int __init tty_class_init(void) | 4051 | static int __init tty_class_init(void) |
4056 | { | 4052 | { |
4057 | tty_class = class_create(THIS_MODULE, "tty"); | 4053 | tty_class = class_create(THIS_MODULE, "tty"); |