[PATCH 38/74] ST SPEAr3xx: Rearranging declarations in clock.c file
From: Viresh KUMAR <hidden>
Date: 2010-08-30 10:39:02
Subsystem:
arm port, the rest · Maintainers:
Russell King, Linus Torvalds
From: Viresh KUMAR <hidden>
Date: 2010-08-30 10:39:02
Subsystem:
arm port, the rest · Maintainers:
Russell King, Linus Torvalds
Signed-off-by: Viresh Kumar <redacted> --- arch/arm/mach-spear3xx/clock.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/mach-spear3xx/clock.c b/arch/arm/mach-spear3xx/clock.c
index b56a755..720f04f 100644
--- a/arch/arm/mach-spear3xx/clock.c
+++ b/arch/arm/mach-spear3xx/clock.c@@ -614,6 +614,11 @@ static struct clk_lookup spear_clk_lookups[] = { { .con_id = "fsmc", .clk = &fsmc_clk}, #endif + /* common clock to spear300 and spear320 */ +#if defined(CONFIG_MACH_SPEAR300) || defined(CONFIG_MACH_SPEAR320) + { .dev_id = "sdhci", .clk = &sdhci_clk}, +#endif /* CONFIG_MACH_SPEAR300 || CONFIG_MACH_SPEAR320 */ + /* spear300 machine specific clock structures */ #ifdef CONFIG_MACH_SPEAR300 { .dev_id = "keyboard", .clk = &kbd_clk},
@@ -628,11 +633,6 @@ static struct clk_lookup spear_clk_lookups[] = { { .dev_id = "i2c_designware.1", .clk = &i2c1_clk}, { .dev_id = "pwm", .clk = &pwm_clk}, #endif - - /* common clock to spear300 and spear320 */ -#if defined(CONFIG_MACH_SPEAR300) || defined(CONFIG_MACH_SPEAR320) - { .dev_id = "sdhci", .clk = &sdhci_clk}, -#endif /* CONFIG_MACH_SPEAR300 || CONFIG_MACH_SPEAR320 */ }; void __init clk_init(void)
--
1.7.2.2