]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc: arm: Move sdhc_clk into arch_global_data
authorSimon Glass <sjg@chromium.org>
Thu, 13 Dec 2012 20:49:05 +0000 (20:49 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Feb 2013 14:05:44 +0000 (09:05 -0500)
commite9adeca3fc4fd9b353f2514daa7d799076ae079c
treef889e11f70411c773343006862d7e009a79605b9
parent225ca83dfea4f9b9a313c5233297132206bff431
ppc: arm: Move sdhc_clk into arch_global_data

This is used by both powerpc and arm, but I think it still qualifies as
architecture-specific.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/arm1136/mx35/generic.c
arch/arm/cpu/arm926ejs/mx25/generic.c
arch/arm/imx-common/speed.c
arch/arm/include/asm/global_data.h
arch/powerpc/cpu/mpc83xx/speed.c
arch/powerpc/cpu/mpc85xx/speed.c
arch/powerpc/include/asm/global_data.h
drivers/mmc/fsl_esdhc.c