]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/pasemi: Fix build error on UP
authorGeoff Levand <geoffrey.levand@am.sony.com>
Fri, 17 Apr 2009 06:36:37 +0000 (06:36 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 22 Apr 2009 04:56:35 +0000 (14:56 +1000)
commit1b35cec46333340a8105e317c12df6448bdb6347
tree9fc3f28d60afea7bd62240efe3f7db21d437dc01
parent38ff07870cf5d2ae5fd5875d2b07f0c92ae4ea7b
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>
arch/powerpc/platforms/pasemi/setup.c