powerpc/ps3: Fix build error on UP

A non-SMP version of smp_send_stop() is now included in smp.h.
Remove the unneeded definition in the PS3 smp.c.

Fixes build errors like these when CONFIG_SMP=n:

arch/powerpc/platforms/ps3/setup.c:49: error: redefinition of 'smp_send_stop'
include/linux/smp.h:125: error: previous definition of 'smp_send_stop' was here

Reported-by: Subrata Modak <subrata@linux.vnet.ibm.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by Geoff Levand and committed by Paul Mackerras d8f48457 ff61e5cc

-4
-4
arch/powerpc/platforms/ps3/setup.c
··· 45 45 DEFINE_MUTEX(ps3_gpu_mutex); 46 46 EXPORT_SYMBOL_GPL(ps3_gpu_mutex); 47 47 48 - #if !defined(CONFIG_SMP) 49 - static void smp_send_stop(void) {} 50 - #endif 51 - 52 48 static union ps3_firmware_version ps3_firmware_version; 53 49 54 50 void ps3_get_firmware_version(union ps3_firmware_version *v)