projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
933b374
)
Remove unneeded version.h include from drivers/staging/panel/panel.c
author
Jesper Juhl
<jj@chaosbits.net>
Thu, 23 Jun 2011 22:58:44 +0000
(
00:58
+0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 5 Jul 2011 17:39:39 +0000
(10:39 -0700)
It was pointed out by 'make versioncheck' that include of
linux/version.h is not needed in drivers/staging/panel/panel.c
This patch removes it.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/panel/panel.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/panel/panel.c
b/drivers/staging/panel/panel.c
index 6885f9a46609e05a549ce5fc4a57662de855b4d4..b303b7e42b63de6044e7d588bd5ba88b78ef7b38 100644
(file)
--- a/
drivers/staging/panel/panel.c
+++ b/
drivers/staging/panel/panel.c
@@
-51,7
+51,6
@@
#include <linux/kernel.h>
#include <linux/ctype.h>
#include <linux/parport.h>
-#include <linux/version.h>
#include <linux/list.h>
#include <linux/notifier.h>
#include <linux/reboot.h>