diff options
author | Thara Gopinath <thara@ti.com> | 2010-08-12 04:22:25 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-09-21 14:46:18 -0400 |
commit | 6cdee91257bee23a46dc869ca62469b67cba2c7e (patch) | |
tree | fa29d2d4b32e612431d71f141858f9cff8e402d1 /arch/arm/mach-omap2/pm34xx.c | |
parent | d5c47d7e97c141edb620b3932e1e1cb39e70c654 (diff) |
OMAP: PM debugfs removing OMAP3 hardcodings.
This patch removes omap3 hardcodings from pm-debug.c
so that enabling PM debugfs support does break compilation
for other OMAP's. This is a preparatory patch for supporting
OMAP4 pm entries through PM debugfs.
Signed-off-by: Thara Gopinath <thara@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm34xx.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index b5e5bcbb4964..429268eaf8b3 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c | |||
@@ -55,11 +55,6 @@ | |||
55 | #define OMAP343X_TABLE_VALUE_OFFSET 0x30 | 55 | #define OMAP343X_TABLE_VALUE_OFFSET 0x30 |
56 | #define OMAP343X_CONTROL_REG_VALUE_OFFSET 0x32 | 56 | #define OMAP343X_CONTROL_REG_VALUE_OFFSET 0x32 |
57 | 57 | ||
58 | u32 enable_off_mode; | ||
59 | u32 sleep_while_idle; | ||
60 | u32 wakeup_timer_seconds; | ||
61 | u32 wakeup_timer_milliseconds; | ||
62 | |||
63 | struct power_state { | 58 | struct power_state { |
64 | struct powerdomain *pwrdm; | 59 | struct powerdomain *pwrdm; |
65 | u32 next_state; | 60 | u32 next_state; |