parisc: Remove unused function
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Fri, 2 Jan 2015 20:34:21 +0000 (21:34 +0100)
committerHelge Deller <deller@gmx.de>
Tue, 17 Feb 2015 09:41:19 +0000 (10:41 +0100)
Remove the function smp_send_start() that is not used anywhere.

This was partially found by using a static code analysis program called cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/kernel/smp.c

index ceda229ea6c2ef60cee170db5d6efe58f0df801b..52e85973a283c96dff805586a19fa066ade0573e 100644 (file)
@@ -230,9 +230,6 @@ send_IPI_allbutself(enum ipi_message_type op)
 inline void 
 smp_send_stop(void)    { send_IPI_allbutself(IPI_CPU_STOP); }
 
-static inline void
-smp_send_start(void)   { send_IPI_allbutself(IPI_CPU_START); }
-
 void 
 smp_send_reschedule(int cpu) { send_IPI_single(cpu, IPI_RESCHEDULE); }