ARM: 8131/1: arm/smp: Absorb boot_secondary()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 20 Aug 2014 19:49:54 +0000 (20:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 27 Aug 2014 14:44:13 +0000 (15:44 +0100)
commit084bb5bc00c19ec32b45f44d11ba6a0ca2514ec3
tree4553a283ad4b6e4c615197934227812aea3e2c5f
parent31e1a602b97dd7f68adb44ebac89caa7f1a25b1c
ARM: 8131/1: arm/smp: Absorb boot_secondary()

After becoming a mandatory function, boot_secondary() is no longer used
outside arch/arm/kernel/smp.c. Hence remove its public prototype, and,
as suggested by Arnd, let it be absorbed by its single caller.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/include/asm/smp.h
arch/arm/kernel/smp.c