]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Remove non-static declaration of clocks
authorTony Lindgren <tony@atomide.com>
Wed, 2 Aug 2006 10:02:05 +0000 (13:02 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 2 Aug 2006 10:02:05 +0000 (13:02 +0300)
"clocks" should be static. It is currenly needed only for
CONFIG_OMAP_RESET_CLOCKS. A follow-up patch will fix
CONFIG_OMAP_RESET_CLOCKS while keeping clocks static.

Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/clock.h

index 3c4eb9fbe48ac58aae335666168b0a6dc0454ad6..f83003f5287b04dbd63b3998ea8e98beae0b7286 100644 (file)
@@ -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);