projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4055e97
)
video: includecheck fix: msm, mddi.c
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Wed, 7 Oct 2009 23:32:24 +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/msm/mddi.c: linux/delay.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/msm/mddi.c
patch
|
blob
|
history
diff --git
a/drivers/video/msm/mddi.c
b/drivers/video/msm/mddi.c
index f2de5a1acd6def8375dcffa11df4887fd9a04b28..5c5a1ad1d397417f39747c60d3c603357fbd47ec 100644
(file)
--- a/
drivers/video/msm/mddi.c
+++ b/
drivers/video/msm/mddi.c
@@
-27,8
+27,6
@@
#include <mach/msm_iomap.h>
#include <mach/irqs.h>
#include <mach/board.h>
-#include <linux/delay.h>
-
#include <mach/msm_fb.h>
#include "mddi_hw.h"