aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@kernel.org>2009-08-13 04:26:20 -0400
committerLive-CD User <linux@linux.site>2009-09-19 16:13:11 -0400
commit60479ed59444de658d25c4d4000fa45b61b491a3 (patch)
tree8c4a8dba72098f1eb130f8ba477232fcbfbe154b /drivers
parent182274f85fc26ec3aa8c78dba8b0e7763af3c586 (diff)
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 <jaswinderrajput@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/vt.c1
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
2960static struct class *vtconsole_class; 2959static struct class *vtconsole_class;
2961 2960