[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>

-9
-9
arch/powerpc/platforms/cell/spufs/sched.c
··· 192 192 mutex_unlock(&cbe_spu_info[node].list_mutex); 193 193 } 194 194 } 195 - EXPORT_SYMBOL_GPL(do_notify_spus_active); 196 - 197 - #ifndef MODULE 198 - void notify_spus_active(void) 199 - { 200 - do_notify_spus_active(); 201 - } 202 - EXPORT_SYMBOL_GPL(notify_spus_active); 203 - #endif 204 195 205 196 /** 206 197 * spu_bind_context - bind spu context to physical spu