]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=y
authorPaul Mackerras <paulus@samba.org>
Wed, 2 Jan 2008 04:56:30 +0000 (15:56 +1100)
committerPaul Mackerras <paulus@samba.org>
Wed, 2 Jan 2008 04:56:30 +0000 (15:56 +1100)
commita5a971129cc6155e26315fd28a450505ccc35fd8
tree1b44651151ddaed94d83adcf78160acb5fee99f7
parente697789d64f8748cb219d7f5c413c512953802cc
[POWERPC] Fix build failure on Cell when CONFIG_SPU_FS=y

Commit aed3a8c9bb1a8623a618232087c5ff62718e3b9a introduced a
definition of notify_spus_active in .../cell/spu_syscalls.c, and
another definition under #ifndef MODULE in .../cell/spufs/sched.c.
The latter is not necessary and causes the build to fail when
CONFIG_SPU_FS=y, so this removes it.  It also removes the export
of do_notify_spus_active, which is unnecessary.

Signed-off-by: Paul Mackerras <paulus@samba.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Jeremy Kerr <jk@ozlabs.org>
arch/powerpc/platforms/cell/spufs/sched.c