diff options
author | Paul Walmsley <paul@pwsan.com> | 2010-02-23 00:09:27 -0500 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-02-24 14:29:43 -0500 |
commit | 53c92d8f20759c488ea0457bccc83a3a797e03fe (patch) | |
tree | 0190747aee9f49a54a06b3c30764db2c366f31b1 /arch/arm/plat-omap | |
parent | 51c19541624f5588bccb9d4fb3ae518c68c8082e (diff) |
OMAP4 clock: drop the ALWAYS_ENABLED clock flag
Get rid of the ALWAYS_ENABLED clock flag - it doesn't actually do anything.
(The OMAP4 clock autogeneration scripts have been updated accordingly.)
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Rajendra Nayak <rnayak@ti.com>
Cc: BenoƮt Cousson <b-cousson@ti.com>
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) |