]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-omap/clock.h
ARM: OMAP: fix RESET_CLOCKS, was broken by gcc4 compile fixes
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-omap / clock.h
index fa68810499034057f5b8544606a8579dd8d58eee..53e89494cd604c6d1034aa233b3295b1da10bc65 100644 (file)
@@ -49,6 +49,8 @@ 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);