]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-omap/clock.h
Pull fujitsu-v3 into release branch
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-omap / clock.h
index 3c4eb9fbe48ac58aae335666168b0a6dc0454ad6..fa68810499034057f5b8544606a8579dd8d58eee 100644 (file)
@@ -45,11 +45,10 @@ struct clk_functions {
        struct clk *    (*clk_get_parent)(struct clk *clk);
        void            (*clk_allow_idle)(struct clk *clk);
        void            (*clk_deny_idle)(struct clk *clk);
+       void            (*clk_disable_unused)(struct clk *clk);
 };
 
 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);