From: Alexey Brodkin <Alexey.Brodkin@synopsys.com> 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: v2025.01-rc5-pxa1908~16039^2~1 X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/gitweb.css?a=commitdiff_plain;h=ca6d4d0f8f0fb8ae09a7ba271177367bdfdf3136;p=u-boot.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 <abrodkin@synopsys.com> Cc: Mischa Jonker <mjonker@synopsys.com> Cc: Andy Fleming <afleming@gmail.com> Cc: Rajeshwari Shinde <rajeshwari.s@samsung.com> Cc: Amar <amarendra.xt@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Cc: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Andy Fleming <afleming@freescale.com> --- 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 <malloc.h> #include <mmc.h> #include <dwmmc.h> -#include <asm/arch/clk.h> #include <asm-generic/errno.h> #define PAGE_SIZE 4096