* [PATCH] ARM: mmci:Remove duplicate #include header file in mmci.c
@ 2016-03-04 2:17 Wang Hongcheng
0 siblings, 0 replies; only message in thread
From: Wang Hongcheng @ 2016-03-04 2:17 UTC (permalink / raw)
To: Russell King, Ulf Hansson, linux-mmc, 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/mmc/host/mmci.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index fb26674..e5e5441 100644
--- a/drivers/mmc/host/mmci.c
+++ b/drivers/mmc/host/mmci.c
@@ -40,7 +40,6 @@
#include <asm/div64.h>
#include <asm/io.h>
-#include <asm/sizes.h>
#include "mmci.h"
#include "mmci_qcom_dml.h"
--
1.9.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-03-04 2:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04 2:17 [PATCH] ARM: mmci:Remove duplicate #include header file in mmci.c Wang Hongcheng
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox