Commit 2b175186 authored by Michal Simek's avatar Michal Simek

ARM: zynq: Remove secondary_startup() declaration from header

secondary_startup() in the header is not needed at all.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 2de4752d
......@@ -29,7 +29,6 @@ extern void zynq_slcr_cpu_state_write(int cpu, bool die);
extern u32 zynq_slcr_get_device_id(void);
#ifdef CONFIG_SMP
extern void secondary_startup(void);
extern char zynq_secondary_trampoline;
extern char zynq_secondary_trampoline_jump;
extern char zynq_secondary_trampoline_end;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment