summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorWang Hongcheng <annie.wang@amd.com>2016-03-14 13:44:33 +0800
committerUlf Hansson <ulf.hansson@linaro.org>2016-03-17 14:54:37 +0100
commit0743bbf0bc9028f9057703940e0fa96215949a38 (patch)
treee44b9ef9858c05b99620d720cd95d9215e747817 /drivers/mmc
parent70cce2af73f1a37b00e8c8147325c8aca9d58ebe (diff)
mmc: mmci: Remove unnecessary header file
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/mmci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c
index 0d6ca4116f3d..2e6c96845c9a 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"