aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r--arch/arm/plat-omap/include/mach/clock.h1
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 cd69111cd33f..8705902de1d6 100644
--- a/arch/arm/plat-omap/include/mach/clock.h
+++ b/arch/arm/plat-omap/include/mach/clock.h
@@ -134,7 +134,6 @@ extern const struct clkops clkops_null;
134#define RATE_PROPAGATES (1 << 2) /* Program children too */ 134#define RATE_PROPAGATES (1 << 2) /* Program children too */
135/* bits 3-4 are free */ 135/* bits 3-4 are free */
136#define ENABLE_REG_32BIT (1 << 5) /* Use 32-bit access */ 136#define ENABLE_REG_32BIT (1 << 5) /* Use 32-bit access */
137#define VIRTUAL_IO_ADDRESS (1 << 6) /* Clock in virtual address */
138#define CLOCK_IDLE_CONTROL (1 << 7) 137#define CLOCK_IDLE_CONTROL (1 << 7)
139#define CLOCK_NO_IDLE_PARENT (1 << 8) 138#define CLOCK_NO_IDLE_PARENT (1 << 8)
140#define DELAYED_APP (1 << 9) /* Delay application of clock */ 139#define DELAYED_APP (1 << 9) /* Delay application of clock */