From 0743bbf0bc9028f9057703940e0fa96215949a38 Mon Sep 17 00:00:00 2001 From: Wang Hongcheng Date: Mon, 14 Mar 2016 13:44:33 +0800 Subject: [PATCH] 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 Signed-off-by: Ulf Hansson --- 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 0d6ca4116f3d..2e6c96845c9a 100644 --- a/drivers/mmc/host/mmci.c +++ b/drivers/mmc/host/mmci.c @@ -40,7 +40,6 @@ #include #include -#include #include "mmci.h" #include "mmci_qcom_dml.h" -- 2.34.1