Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;