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>
This commit is contained in:
Wang Hongcheng 2016-03-14 13:44:33 +08:00 committed by Ulf Hansson
parent 70cce2af73
commit 0743bbf0bc

View 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"