projects
/
linux-block.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
|
blame
|
history
diff --git
a/drivers/video/fbdev/amba-clcd.c
b/drivers/video/fbdev/amba-clcd.c
index fe274b5851c77ff5e59b7c88f205cbf09ec61114..157e01f04802d1ba84ecd8f42f7eecd8bc90b9cc 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 */