From de1aaa1457bef7d4809d6550e649cbe21af5eb5a Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Wed, 2 Aug 2006 13:02:05 +0300 Subject: [PATCH] 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 --- include/asm-arm/arch-omap/clock.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.41.1