[PATCH 06/79] tty: includecheck fix: drivers/char, vt.c

From: Greg Kroah-Hartman
Date: Sat Sep 19 2009 - 17:54:10 EST


From: Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx>

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@xxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>
---
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 6aa88f5..e47a4c8 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;

--
1.6.4.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/