From: Jaswinder Singh Rajput Date: Thu, 13 Aug 2009 08:26:20 +0000 (+0530) Subject: tty: includecheck fix: drivers/char, vt.c X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=60479ed59444de658d25c4d4000fa45b61b491a3;p=linux-beck.git tty: includecheck fix: drivers/char, vt.c fix the following 'make includecheck' warning: drivers/char/vt.c: linux/device.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Greg Kroah-Hartman --- 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) } #ifndef VT_SINGLE_DRIVER -#include static struct class *vtconsole_class;