projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
182274f
)
tty: includecheck fix: drivers/char, vt.c
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Thu, 13 Aug 2009 08:26:20 +0000
(13:56 +0530)
committer
Live-CD User
<linux@linux.site>
Sat, 19 Sep 2009 20:13:11 +0000
(13:13 -0700)
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>
drivers/char/vt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/char/vt.c
b/drivers/char/vt.c
index 6aa88f50b0397a36be2720c4555a65d6b96fae2d..e47a4c88976b43312d12eb1e7f38ab945bbdf2e9 100644
(file)
--- 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;