projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf88ae
)
video: includecheck fix: da8xx-fb.c
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Wed, 7 Oct 2009 23:32:25 +0000
(16:32 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 8 Oct 2009 14:36:39 +0000
(07:36 -0700)
fix the following 'make includecheck' warning:
drivers/video/da8xx-fb.c: linux/device.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/da8xx-fb.c
patch
|
blob
|
history
diff --git
a/drivers/video/da8xx-fb.c
b/drivers/video/da8xx-fb.c
index 42e1005e2916ca19be87b0f1ad806907f849a105..d065894ce38fbf952a46d2da87da67b34374289a 100644
(file)
--- a/
drivers/video/da8xx-fb.c
+++ b/
drivers/video/da8xx-fb.c
@@
-26,7
+26,6
@@
#include <linux/device.h>
#include <linux/platform_device.h>
#include <linux/uaccess.h>
-#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/clk.h>
#include <video/da8xx-fb.h>