summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-power.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-06-24 16:27:29 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:03 -0800
commitea30355bdcbba90a5a215042d50315a2340555fc (patch)
tree7e44325ac43425bed7ec51203f687c320dcf1a6c /arch/arm/mach-tegra/board-enterprise-power.c
parent2f9ebd2c3350a24c25650ce4789fe20afd49095f (diff)
ARM: tegra: enterprise: Updates for K39
Rebase-Id: R0ce2f32451e4fdef46917bd4a6c54b979c24d258
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-power.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-power.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-power.c b/arch/arm/mach-tegra/board-enterprise-power.c
index 20ef7f0401a8..8283d3c584b5 100644
--- a/arch/arm/mach-tegra/board-enterprise-power.c
+++ b/arch/arm/mach-tegra/board-enterprise-power.c
@@ -26,7 +26,6 @@
#include <linux/mfd/tps80031.h>
#include <linux/regulator/tps80031-regulator.h>
#include <linux/gpio.h>
-#include <mach/suspend.h>
#include <linux/io.h>
#include <mach/iomap.h>
@@ -35,7 +34,7 @@
#include "gpio-names.h"
#include "board-enterprise.h"
-#include "power.h"
+#include "pm.h"
#include "wakeups-t3.h"
/************************ TPS80031 based regulator ****************/
@@ -351,13 +350,8 @@ static struct tegra_suspend_platform_data enterprise_suspend_data = {
.suspend_mode = TEGRA_SUSPEND_LP1,
.core_timer = 0x7e7e,
.core_off_timer = 0,
- .separate_req = true,
.corereq_high = true,
.sysclkreq_high = true,
- .wake_enb = 0,
- .wake_high = 0,
- .wake_low = 0,
- .wake_any = 0,
};
int __init enterprise_suspend_init(void)