]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/clock.c
ARM: OMAP: fix RESET_CLOCKS, was broken by gcc4 compile fixes
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / clock.c
index d56c063fa7ede94d43dcb6c8839530e0daedeae7..b047be977b97db8ea56782010786404c766dc391 100644 (file)
@@ -28,9 +28,9 @@
 
 #include <asm/arch/clock.h>
 
-static LIST_HEAD(clocks);
+LIST_HEAD(clocks);
+DEFINE_SPINLOCK(clockfw_lock);
 static DEFINE_MUTEX(clocks_mutex);
-static DEFINE_SPINLOCK(clockfw_lock);
 
 static struct clk_functions *arch_clock;