ARM: msm: Remove custom clk_set_flags() API
[pandora-kernel.git] / arch / arm / mach-msm / include / mach / clk.h
index e8d3842..5f1c37d 100644 (file)
@@ -34,7 +34,4 @@ int clk_set_max_rate(struct clk *clk, unsigned long rate);
 /* Assert/Deassert reset to a hardware block associated with a clock */
 int clk_reset(struct clk *clk, enum clk_reset_action action);
 
-/* Set clock-specific configuration parameters */
-int clk_set_flags(struct clk *clk, unsigned long flags);
-
 #endif