aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pasemi/setup.c
diff options
context:
space:
mode:
authorGeoff Levand <geoffrey.levand@am.sony.com>2009-04-17 06:36:37 +0000
committerPaul Mackerras <paulus@samba.org>2009-04-22 14:56:35 +1000
commit2d6b3de2374dd8c9f5ab23d57c7bbcda08553356 (patch)
tree9fc3f28d60afea7bd62240efe3f7db21d437dc01 /arch/powerpc/platforms/pasemi/setup.c
parentpowerpc: Make macintosh/mediabay driver depend on CONFIG_BLOCK (diff)
downloadlinux-dev-2d6b3de2374dd8c9f5ab23d57c7bbcda08553356.tar.xz
linux-dev-2d6b3de2374dd8c9f5ab23d57c7bbcda08553356.zip
powerpc/pasemi: 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 pasemi setup.c. Fixes build errors like these when CONFIG_SMP=n: arch/powerpc/platforms/pasemi/setup.c:48: error: redefinition of ‘smp_send_stop’ include/linux/smp.h:125: error: previous definition of 'smp_send_stop' was here Reported-by: subrata@linux.vnet.ibm.com Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Acked-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/platforms/pasemi/setup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/pasemi/setup.c b/arch/powerpc/platforms/pasemi/setup.c
index c64fb5bfb37e..153051eb6d93 100644
--- a/arch/powerpc/platforms/pasemi/setup.c
+++ b/arch/powerpc/platforms/pasemi/setup.c
@@ -44,10 +44,6 @@
#include "pasemi.h"
-#if !defined(CONFIG_SMP)
-static void smp_send_stop(void) {}
-#endif
-
/* SDC reset register, must be pre-mapped at reset time */
static void __iomem *reset_reg;