diff options
Diffstat (limited to 'arch/arm/plat-omap/include/mach/clock.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/mach/clock.h b/arch/arm/plat-omap/include/mach/clock.h index 06dd38a8a0c0..5a7411e71f20 100644 --- a/arch/arm/plat-omap/include/mach/clock.h +++ b/arch/arm/plat-omap/include/mach/clock.h | |||
@@ -124,7 +124,7 @@ extern void clk_enable_init_clocks(void); | |||
124 | extern const struct clkops clkops_null; | 124 | extern const struct clkops clkops_null; |
125 | 125 | ||
126 | /* Clock flags */ | 126 | /* Clock flags */ |
127 | #define RATE_CKCTL (1 << 0) /* Main fixed ratio clocks */ | 127 | /* bit 0 is free */ |
128 | #define RATE_FIXED (1 << 1) /* Fixed clock rate */ | 128 | #define RATE_FIXED (1 << 1) /* Fixed clock rate */ |
129 | #define RATE_PROPAGATES (1 << 2) /* Program children too */ | 129 | #define RATE_PROPAGATES (1 << 2) /* Program children too */ |
130 | /* bits 3-4 are free */ | 130 | /* bits 3-4 are free */ |