From 2fe0753d49402aee325cc39c476b46fd51a8afec Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Tue, 14 Apr 2015 12:52:50 -0700 Subject: [PATCH] powerpc/powermac: Fix build error seen with powermac smp builds 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 Signed-off-by: Michael Ellerman --- Reading git-format-patch failed