diff options
author | Soren Brinkmann <soren.brinkmann@xilinx.com> | 2014-09-02 14:19:13 -0700 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-09-16 12:55:10 +0200 |
commit | caf86a73eab4132f870e883216850d9eee40b04b (patch) | |
tree | eef994b37bfb32e88251724d6ee8f1cc9d49369e /arch/arm/mach-zynq/common.h | |
parent | 50c7960a4517d6c93226351cd8c43c86f104c919 (diff) | |
download | talos-op-linux-caf86a73eab4132f870e883216850d9eee40b04b.tar.gz talos-op-linux-caf86a73eab4132f870e883216850d9eee40b04b.zip |
ARM: zynq: Remove hotplug.c
The hotplug code contains only a single function, which is an SMP
function. Move that to platsmp.c where all other SMP runctions reside.
That allows removing hotplug.c and declaring the cpu_die function
static.
Signed-off-by: Soren Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/mach-zynq/common.h')
-rw-r--r-- | arch/arm/mach-zynq/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-zynq/common.h b/arch/arm/mach-zynq/common.h index 24d6340d3fb6..2bc71273c73c 100644 --- a/arch/arm/mach-zynq/common.h +++ b/arch/arm/mach-zynq/common.h @@ -39,9 +39,6 @@ extern struct smp_operations zynq_smp_ops __initdata; extern void __iomem *zynq_scu_base; -/* Hotplug */ -extern void zynq_platform_cpu_die(unsigned int cpu); - void zynq_pm_late_init(void); static inline void zynq_core_pm_init(void) |