From ca6d4d0f8f0fb8ae09a7ba271177367bdfdf3136 Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Mon, 15 Jul 2013 15:30:30 +0400 Subject: drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion 1. No contents of "asm/arch/clk.h" is used within "dw_mmc.c". 2. If arch doesn't have "asm/arch/clk.h" driver won't build. Without mentioned inclusion dw_mmc driver could be built for arches other than ARM. For ARM driver still builds without it. Signed-off-by: Alexey Brodkin Cc: Mischa Jonker Cc: Andy Fleming Cc: Rajeshwari Shinde Cc: Amar Cc: Minkyu Kang Cc: Jaehoon Chung Signed-off-by: Andy Fleming --- drivers/mmc/dw_mmc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c index 5da20eda55..684a2a8df7 100644 --- a/drivers/mmc/dw_mmc.c +++ b/drivers/mmc/dw_mmc.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #define PAGE_SIZE 4096 -- cgit v1.2.1