Skip to content

Commit

Permalink
[ARM] 3743/1: ARM: OMAP: Fix compile for OMAP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tony Lindgren authored and Russell King committed Aug 2, 2006
1 parent 38c677c commit e252630
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-arm/arch-omap/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e252630

Please sign in to comment.