mmc: mmci: Remove unnecessary header file
authorWang Hongcheng <annie.wang@amd.com>
Mon, 14 Mar 2016 05:44:33 +0000 (13:44 +0800)
committerUlf Hansson <ulf.hansson@linaro.org>
Thu, 17 Mar 2016 13:54:37 +0000 (14:54 +0100)
The header file asm/sizes.h is unnecessary, let's remove it.
This also allows to compile under X86 arch.

Signed-off-by: Wang Hongcheng <annie.wang@amd.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c

index 0d6ca4116f3dca7fe3170e53809e5e300193cca0..2e6c96845c9a67a2a0ac266b2dd6c04af3d3eb21 100644 (file)
@@ -40,7 +40,6 @@
 
 #include <asm/div64.h>
 #include <asm/io.h>
-#include <asm/sizes.h>
 
 #include "mmci.h"
 #include "mmci_qcom_dml.h"