projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80403b2
)
video: AMBA CLCD: Remove unncessary include in amba-clcd.c
author
Wang Hongcheng
<annie.wang@amd.com>
Mon, 14 Mar 2016 02:29:09 +0000
(10:29 +0800)
committer
Tomi Valkeinen
<tomi.valkeinen@ti.com>
Tue, 10 May 2016 10:32:31 +0000
(13:32 +0300)
The header file asm/sizes.h is unnecessary.
And it can also be compiled under X86 arch after the removal.
Signed-off-by: Wang Hongcheng <annie.wang@amd.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/amba-clcd.c
patch
|
blob
|
history
diff --git
a/drivers/video/fbdev/amba-clcd.c
b/drivers/video/fbdev/amba-clcd.c
index
fe274b5
..
157e01f
100644
(file)
--- a/
drivers/video/fbdev/amba-clcd.c
+++ b/
drivers/video/fbdev/amba-clcd.c
@@
-34,8
+34,6
@@
#include <video/of_display_timing.h>
#include <video/videomode.h>
-#include <asm/sizes.h>
-
#define to_clcd(info) container_of(info, struct clcd_fb, fb)
/* This is limited to 16 characters when displayed by X startup */