diff options
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/clock.h b/arch/arm/plat-omap/include/plat/clock.h index 47de911b0a15..de078afc65df 100644 --- a/arch/arm/plat-omap/include/plat/clock.h +++ b/arch/arm/plat-omap/include/plat/clock.h | |||
@@ -191,7 +191,6 @@ extern const struct clkops clkops_null; | |||
191 | #define CLOCK_NO_IDLE_PARENT (1 << 2) | 191 | #define CLOCK_NO_IDLE_PARENT (1 << 2) |
192 | #define ENABLE_ON_INIT (1 << 3) /* Enable upon framework init */ | 192 | #define ENABLE_ON_INIT (1 << 3) /* Enable upon framework init */ |
193 | #define INVERT_ENABLE (1 << 4) /* 0 enables, 1 disables */ | 193 | #define INVERT_ENABLE (1 << 4) /* 0 enables, 1 disables */ |
194 | #define ALWAYS_ENABLED (1 << 5) | ||
195 | 194 | ||
196 | /* Clksel_rate flags */ | 195 | /* Clksel_rate flags */ |
197 | #define DEFAULT_RATE (1 << 0) | 196 | #define DEFAULT_RATE (1 << 0) |