powerpc/powermac: Fix build error seen with powermac smp builds
authorGuenter Roeck <linux@roeck-us.net>
Tue, 14 Apr 2015 19:52:50 +0000 (12:52 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 15 Apr 2015 05:52:59 +0000 (15:52 +1000)
powermac smp builds fail with

arch/powerpc/platforms/powermac/smp.c: In function 'smp_psurge_probe':
arch/powerpc/platforms/powermac/smp.c:278:3: error:
'return' with a value, in function returning void

There are several instances of this error.

Fixes: a7f4ee1fe93a ("powerpc: Drop return value of smp_ops->probe()")
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/powermac/smp.c

Simple merge