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>
This commit is contained in:

committed by
Michal Simek

parent
50c7960a45
commit
caf86a73ea
@@ -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)
|
||||
|
Reference in New Issue
Block a user