diff options
author | Wang Hongcheng <annie.wang@amd.com> | 2016-03-14 13:44:33 +0800 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-03-17 14:54:37 +0100 |
commit | 0743bbf0bc9028f9057703940e0fa96215949a38 (patch) | |
tree | e44b9ef9858c05b99620d720cd95d9215e747817 /drivers/mmc | |
parent | 70cce2af73f1a37b00e8c8147325c8aca9d58ebe (diff) | |
download | op-kernel-dev-0743bbf0bc9028f9057703940e0fa96215949a38.zip op-kernel-dev-0743bbf0bc9028f9057703940e0fa96215949a38.tar.gz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/host/mmci.c b/drivers/mmc/host/mmci.c index 0d6ca41..2e6c968 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" |