OMAP clock: drop RATE_FIXED clock flag
[deliverable/linux.git] / arch / arm / plat-omap / include / plat / clock.h
index 91aa2c48cdde68bece8e828a47486db6eae0104f..47de911b0a15e9203e8a7a18a531d217304ecaa4 100644 (file)
@@ -186,13 +186,12 @@ extern void clk_exit_cpufreq_table(struct cpufreq_frequency_table **table);
 extern const struct clkops clkops_null;
 
 /* Clock flags */
-#define RATE_FIXED             (1 << 0)        /* Fixed clock rate */
-#define ENABLE_REG_32BIT       (1 << 1)        /* Use 32-bit access */
-#define CLOCK_IDLE_CONTROL     (1 << 2)
-#define CLOCK_NO_IDLE_PARENT   (1 << 3)
-#define ENABLE_ON_INIT         (1 << 4)        /* Enable upon framework init */
-#define INVERT_ENABLE          (1 << 5)        /* 0 enables, 1 disables */
-#define ALWAYS_ENABLED         (1 << 6)
+#define ENABLE_REG_32BIT       (1 << 0)        /* Use 32-bit access */
+#define CLOCK_IDLE_CONTROL     (1 << 1)
+#define CLOCK_NO_IDLE_PARENT   (1 << 2)
+#define ENABLE_ON_INIT         (1 << 3)        /* Enable upon framework init */
+#define INVERT_ENABLE          (1 << 4)        /* 0 enables, 1 disables */
+#define ALWAYS_ENABLED         (1 << 5)
 
 /* Clksel_rate flags */
 #define DEFAULT_RATE           (1 << 0)
This page took 0.030508 seconds and 5 git commands to generate.