[ARM] 3743/1: ARM: OMAP: Fix compile for OMAP
authorTony Lindgren <tony@atomide.com>
Wed, 2 Aug 2006 13:41:39 +0000 (14:41 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 2 Aug 2006 13:41:39 +0000 (14:41 +0100)
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>

No differences found