summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep.S
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-08-23 15:52:45 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 00:57:03 -0700
commite14193c180027b19a9944a74d773ee660fdf5914 (patch)
treef573b424c8f4802ab04655b1ea9ea6560fe33a59 /arch/arm/mach-tegra/sleep.S
parent152d752303112c09b0f4bd6c10838b057b3e051f (diff)
ARM: tegra: Fix build errors when PM_SLEEP is not selected
Change-Id: I2037be4b1309ac1fe9af0ec3e644e0a1a4924857 Signed-off-by: Scott Williams <scwilliams@nvidia.com> Reviewed-on: http://git-master/r/48796 Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com> Rebase-Id: R0840ee98b17984f73f9a5396ab6f86d4d92b744e
Diffstat (limited to 'arch/arm/mach-tegra/sleep.S')
-rw-r--r--arch/arm/mach-tegra/sleep.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S
index 304b34aaf242..68f00931412b 100644
--- a/arch/arm/mach-tegra/sleep.S
+++ b/arch/arm/mach-tegra/sleep.S
@@ -103,7 +103,6 @@ ENTRY(tegra_pen_unlock)
mov pc, lr
ENDPROC(tegra_pen_unlock)
-#ifdef CONFIG_PM_SLEEP
/*
* tegra_cpu_exit_coherency
*
@@ -115,6 +114,7 @@ ENTRY(tegra_cpu_exit_coherency)
mov pc, lr
ENDPROC(tegra_cpu_exit_coherency)
+#ifdef CONFIG_PM_SLEEP
/*
* Restore CPU state for a suspend
*