Merge branch 'clk-hw-unregister-fixed-rate' into clk-next
[deliverable/linux.git] / include / linux / clk-provider.h
index 94e00fe976f516ed2ad8941a8bd4e52e074ea202..eeb2e69ee7276295f45e858129d1eafcf18c4a98 100644 (file)
@@ -25,7 +25,7 @@
 #define CLK_SET_PARENT_GATE    BIT(1) /* must be gated across re-parent */
 #define CLK_SET_RATE_PARENT    BIT(2) /* propagate rate change up one level */
 #define CLK_IGNORE_UNUSED      BIT(3) /* do not gate even if unused */
-#define CLK_IS_ROOT            BIT(4) /* Deprecated: Don't use */
+                               /* unused */
 #define CLK_IS_BASIC           BIT(5) /* Basic clk, can't do a to_clk_foo() */
 #define CLK_GET_RATE_NOCACHE   BIT(6) /* do not use the cached clk rate */
 #define CLK_SET_RATE_NO_REPARENT BIT(7) /* don't re-parent on rate change */
This page took 0.025589 seconds and 5 git commands to generate.