linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] video: AMBA CLCD: Remove unncessary include in amba-clcd.c
@ 2016-03-14  2:29 Wang Hongcheng
  2016-04-05  6:56 ` Wang, Annie
  2016-05-10 10:32 ` Tomi Valkeinen
  0 siblings, 2 replies; 3+ messages in thread
From: Wang Hongcheng @ 2016-03-14  2:29 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] 3+ messages in thread

end of thread, other threads:[~2016-05-10 10:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14  2:29 [PATCH v2] video: AMBA CLCD: Remove unncessary include in amba-clcd.c Wang Hongcheng
2016-04-05  6:56 ` Wang, Annie
2016-05-10 10:32 ` Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).