aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorWang Hongcheng <annie.wang@amd.com>2016-03-14 10:29:09 +0800
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-05-10 13:32:31 +0300
commitffe1b6c453ef49e6fcf31c23636333aa4e65aa47 (patch)
treec892021696c3bb72baea48827b6af7c8787cb115 /drivers/video
parentfbdev: ssd1307fb: Fix charge pump setting (diff)
downloadlinux-dev-ffe1b6c453ef49e6fcf31c23636333aa4e65aa47.tar.xz
linux-dev-ffe1b6c453ef49e6fcf31c23636333aa4e65aa47.zip
video: AMBA CLCD: Remove unncessary include in amba-clcd.c
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>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/fbdev/amba-clcd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/fbdev/amba-clcd.c b/drivers/video/fbdev/amba-clcd.c
index fe274b5851c7..157e01f04802 100644
--- 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 */