* [PATCH] video: AMBA CLCD: Remove duplicated include in amba-clcd.c
@ 2016-03-04 2:10 Wang Hongcheng
2016-03-11 11:33 ` Tomi Valkeinen
0 siblings, 1 reply; 2+ 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] 2+ messages in thread
* Re: [PATCH] video: AMBA CLCD: Remove duplicated include in amba-clcd.c
2016-03-04 2:10 [PATCH] video: AMBA CLCD: Remove duplicated include in amba-clcd.c Wang Hongcheng
@ 2016-03-11 11:33 ` Tomi Valkeinen
0 siblings, 0 replies; 2+ messages in thread
From: Tomi Valkeinen @ 2016-03-11 11:33 UTC (permalink / raw)
To: Wang Hongcheng, Russell King, Jean-Christophe Plagniol-Villard,
linux-fbdev, linux-kernel, Borislav Petkov, SPG_Linux_Kernel
[-- Attachment #1.1: Type: text/plain, Size: 254 bytes --]
On 04/03/16 04:10, Wang Hongcheng wrote:
> The header file asm/sizes.h is unnecessary.
> And it can also be compiled under X86 arch after the removal.
The subject says the include is duplicate, but the description says it's
not needed.
Tomi
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-11 11:33 UTC | newest]
Thread overview: 2+ 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-11 11:33 ` 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).