aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/common.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2013-04-18 18:04:09 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2013-04-18 18:04:09 +0100
commitda2265b130f6b5be3b874bb2832335887fe59461 (patch)
treea392a1578760b1b2a160241cc449c91fad5c3daf /arch/arm/mach-tegra/common.h
parentLinux 3.9-rc7 (diff)
downloadlinux-dev-da2265b130f6b5be3b874bb2832335887fe59461.tar.xz
linux-dev-da2265b130f6b5be3b874bb2832335887fe59461.zip
ARM: tegra: remove tegra specific cpu_disable()
The tegra cpu_disable() function is the same as the generic version in arch/arm/kernel/smp.c. Therefore, it can be removed. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-tegra/common.h')
-rw-r--r--arch/arm/mach-tegra/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/common.h b/arch/arm/mach-tegra/common.h
index 32f8eb3fe344..5900cc44f780 100644
--- a/arch/arm/mach-tegra/common.h
+++ b/arch/arm/mach-tegra/common.h
@@ -2,4 +2,3 @@ extern struct smp_operations tegra_smp_ops;
extern int tegra_cpu_kill(unsigned int cpu);
extern void tegra_cpu_die(unsigned int cpu);
-extern int tegra_cpu_disable(unsigned int cpu);