diff mbox

video: AMBA CLCD: Remove duplicated include in amba-clcd.c

Message ID 1457057406-4069-1-git-send-email-annie.wang@amd.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wang Hongcheng March 4, 2016, 2:10 a.m. UTC
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(-)

Comments

Tomi Valkeinen March 11, 2016, 11:33 a.m. UTC | #1
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
diff mbox

Patch

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 */