diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-11-04 11:48:35 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-08 06:38:39 -0500 |
commit | 57137181e3136d4c7b20b4b95b9817efd38f8f07 (patch) | |
tree | 3a5986311d910db1a0f721e5e1cbe3f3d056fd66 /arch/arm/plat-omap/include/mach/clock.h | |
parent | 897dcded6fb6565f4d1c22a55d21f135403db132 (diff) |
[ARM] omap: kill PARENT_CONTROLS_CLOCK
PARENT_CONTROLS_CLOCK just makes enable/disable no-op, and is
functionally an alias for ALWAYS_ENABLED. This can be handled
in the same way, using clkops_null.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/clock.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/mach/clock.h b/arch/arm/plat-omap/include/mach/clock.h index c1e484463ed..40a2ac353de 100644 --- a/arch/arm/plat-omap/include/mach/clock.h +++ b/arch/arm/plat-omap/include/mach/clock.h | |||
@@ -148,7 +148,6 @@ extern const struct clkops clkops_null; | |||
148 | #define CLOCK_IN_OMAP242X (1 << 25) | 148 | #define CLOCK_IN_OMAP242X (1 << 25) |
149 | #define CLOCK_IN_OMAP243X (1 << 26) | 149 | #define CLOCK_IN_OMAP243X (1 << 26) |
150 | #define CLOCK_IN_OMAP343X (1 << 27) /* clocks common to all 343X */ | 150 | #define CLOCK_IN_OMAP343X (1 << 27) /* clocks common to all 343X */ |
151 | #define PARENT_CONTROLS_CLOCK (1 << 28) | ||
152 | #define CLOCK_IN_OMAP3430ES1 (1 << 29) /* 3430ES1 clocks only */ | 151 | #define CLOCK_IN_OMAP3430ES1 (1 << 29) /* 3430ES1 clocks only */ |
153 | #define CLOCK_IN_OMAP3430ES2 (1 << 30) /* 3430ES2 clocks only */ | 152 | #define CLOCK_IN_OMAP3430ES2 (1 << 30) /* 3430ES2 clocks only */ |
154 | 153 | ||