From: Alexey Brodkin Date: Mon, 15 Jul 2013 11:30:30 +0000 (+0400) Subject: drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion X-Git-Tag: v2013.07~11^2~1 X-Git-Url: https://git.kernelconcepts.de/?a=commitdiff_plain;h=ca6d4d0f8f0fb8ae09a7ba271177367bdfdf3136;p=karo-tx-uboot.git 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 --- 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