diff options
-rw-r--r-- | drivers/char/vt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/vt.c b/drivers/char/vt.c index 6aa88f50b039..e47a4c88976b 100644 --- a/drivers/char/vt.c +++ b/drivers/char/vt.c | |||
@@ -2955,7 +2955,6 @@ int __init vty_init(const struct file_operations *console_fops) | |||
2955 | } | 2955 | } |
2956 | 2956 | ||
2957 | #ifndef VT_SINGLE_DRIVER | 2957 | #ifndef VT_SINGLE_DRIVER |
2958 | #include <linux/device.h> | ||
2959 | 2958 | ||
2960 | static struct class *vtconsole_class; | 2959 | static struct class *vtconsole_class; |
2961 | 2960 | ||