All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: AMBA CLCD: Remove duplicated include in amba-clcd.c
@ 2016-03-04  2:10 ` Wang Hongcheng
  0 siblings, 0 replies; 4+ messages in thread
From: Wang Hongcheng @ 2016-03-04  2:10 UTC (permalink / raw)
  To: Russell King, Jean-Christophe Plagniol-Villard, Tomi Valkeinen,
	linux-fbdev, linux-kernel, Borislav Petkov, SPG_Linux_Kernel
  Cc: Wang Hongcheng

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>
---
 drivers/video/fbdev/amba-clcd.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/video/fbdev/amba-clcd.c b/drivers/video/fbdev/amba-clcd.c
index 9362424..1a1ed80 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 */
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-11 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04  2:10 [PATCH] video: AMBA CLCD: Remove duplicated include in amba-clcd.c Wang Hongcheng
2016-03-04  2:10 ` Wang Hongcheng
2016-03-11 11:33 ` Tomi Valkeinen
2016-03-11 11:33   ` Tomi Valkeinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.