From: Tony Lindgren Date: Wed, 2 Aug 2006 10:02:05 +0000 (+0300) Subject: ARM: OMAP: Remove non-static declaration of clocks X-Git-Tag: v2.6.17-omap2~15^2~3 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=de1aaa1457bef7d4809d6550e649cbe21af5eb5a;p=linux-2.6-omap-h63xx.git ARM: OMAP: Remove non-static declaration of clocks "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 --- diff --git a/include/asm-arm/arch-omap/clock.h b/include/asm-arm/arch-omap/clock.h index 3c4eb9fbe48..f83003f5287 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);