diff options
author | Tony Lindgren <tony@atomide.com> | 2006-08-02 15:41:39 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-08-02 15:41:39 +0200 |
commit | e252630f1fd1d14ac4081e566d2f697ae1779215 (patch) | |
tree | 39ce8d4fc2f5457b41c92287074583e1d4ae8d2b /include/asm-arm | |
parent | [ARM] 3739/1: genirq updates: irq_chip, add and use irq_chip.name (diff) | |
download | linux-e252630f1fd1d14ac4081e566d2f697ae1779215.tar.xz linux-e252630f1fd1d14ac4081e566d2f697ae1779215.zip |
[ARM] 3743/1: ARM: OMAP: Fix compile for OMAP
Patch from Tony Lindgren
"clocks" is only needed only for CONFIG_OMAP_RESET_CLOCKS,
which turns of all unused clocks in with late_initcall. This is to kill
clocks that may have been left on by the bootloader. Having static and
non-static declaration of clocks makes omap_h2_1610_defconfig build fail.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-omap/clock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h index 3c4eb9fbe48a..f83003f5287b 100644 --- a/include/asm-arm/arch-omap/clock.h +++ b/include/asm-arm/arch-omap/clock.h @@ -48,8 +48,6 @@ struct clk_functions { }; extern unsigned int mpurate; -extern struct list_head clocks; -extern spinlock_t clockfw_lock; extern int clk_init(struct clk_functions * custom_clocks); extern int clk_register(struct clk *clk); |