aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/vt.c
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@kernel.org>2009-08-13 13:56:20 +0530
committerLive-CD User <linux@linux.site>2009-09-19 13:13:11 -0700
commit60479ed59444de658d25c4d4000fa45b61b491a3 (patch)
tree8c4a8dba72098f1eb130f8ba477232fcbfbe154b /drivers/char/vt.c
parent182274f85fc26ec3aa8c78dba8b0e7763af3c586 (diff)
downloadlinux-60479ed59444de658d25c4d4000fa45b61b491a3.tar.gz
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/char/vt.c')
-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 6aa88f50b0397..e47a4c88976b4 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 <linux/device.h>
static struct class *vtconsole_class;