]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers/mmc/dw_mmc - remove extra arch specific "asm/arch/clk.h" inclusion
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>
Mon, 15 Jul 2013 11:30:30 +0000 (15:30 +0400)
committerAndy Fleming <afleming@freescale.com>
Tue, 16 Jul 2013 23:44:22 +0000 (18:44 -0500)
commitca6d4d0f8f0fb8ae09a7ba271177367bdfdf3136
tree0e2bfda206901f339957fde3899ba698f5e3c069
parentb8e5b072255c32b74118339c19f3ffba6a940a48
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>
drivers/mmc/dw_mmc.c