summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/sleep.S
diff options
context:
space:
mode:
authorBo Yan <byan@nvidia.com>2012-10-26 09:33:53 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:40:16 -0700
commit610ff59bee60a7ec3eabf0a6eb1bdf57c02b8f5f (patch)
treef6c8600c32043831fe1da7694019da8d33751c49 /arch/arm/mach-tegra/sleep.S
parentb15f282ea56086d5e6303f2e9d8809af59bdd0ab (diff)
ARM: tegra: replace tegra_cpu_wfi with cpu_do_idle
Function "cpu_do_idle" is defined in ARM common code, there is no need for "tegra_cpu_wfi" which has the identical implementation. Change-Id: I8ca3ada171990148162276a76434aebd2bd188e2 Signed-off-by: Bo Yan <byan@nvidia.com> Reviewed-on: http://git-master/r/159157 Reviewed-by: Simone Willett <swillett@nvidia.com> Tested-by: Simone Willett <swillett@nvidia.com> Rebase-Id: Rd6a6fc2bab5af491f65b018cc4bd4cecfdd2b60b
Diffstat (limited to 'arch/arm/mach-tegra/sleep.S')
-rw-r--r--arch/arm/mach-tegra/sleep.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/sleep.S b/arch/arm/mach-tegra/sleep.S
index 0b6268deeafc..7a0233b23f77 100644
--- a/arch/arm/mach-tegra/sleep.S
+++ b/arch/arm/mach-tegra/sleep.S
@@ -104,7 +104,6 @@ ENTRY(tegra_pen_unlock)
mov pc, lr
ENDPROC(tegra_pen_unlock)
-
/*
* tegra_cpu_exit_coherency
*