summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-power.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-06-23 16:45:48 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:28 -0800
commitdb6c3650635a0e9a838deaef6f446b7d501229c3 (patch)
tree4c96a8512e18e7e1ceb8860717f7a1c6ddb39205 /arch/arm/mach-tegra/board-whistler-power.c
parente1a7d85ba067265a6e059624f7d9cc6be9e060f7 (diff)
ARM: tegra: Whistler K39 updates
Rebase-Id: Ra87c1d4245a0ce31e3fe7529f06ca18fbe703706
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-power.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-power.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-power.c b/arch/arm/mach-tegra/board-whistler-power.c
index bbfd4f529ad7..3c8985297c52 100644
--- a/arch/arm/mach-tegra/board-whistler-power.c
+++ b/arch/arm/mach-tegra/board-whistler-power.c
@@ -23,7 +23,6 @@
#include <linux/mfd/max8907c.h>
#include <linux/regulator/max8907c-regulator.h>
#include <linux/gpio.h>
-#include <mach/suspend.h>
#include <linux/io.h>
#include <mach/iomap.h>
@@ -31,7 +30,7 @@
#include "gpio-names.h"
#include "fuse.h"
-#include "power.h"
+#include "pm.h"
#include "wakeups-t2.h"
#include "board.h"
@@ -247,10 +246,6 @@ static struct tegra_suspend_platform_data whistler_suspend_data = {
.separate_req = false,
.corereq_high = true,
.sysclkreq_high = true,
- .wake_enb = TEGRA_WAKE_KBC_EVENT,
- .wake_high = 0,
- .wake_low = 0,
- .wake_any = TEGRA_WAKE_KBC_EVENT,
};
int __init whistler_regulator_init(void)