diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/sched.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/cell/spufs/spufs.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/sched.c b/arch/powerpc/platforms/cell/spufs/sched.c index e5b4dd1db286..9b1706cc1261 100644 --- a/arch/powerpc/platforms/cell/spufs/sched.c +++ b/arch/powerpc/platforms/cell/spufs/sched.c | |||
@@ -783,7 +783,7 @@ int __init spu_sched_init(void) | |||
783 | return err; | 783 | return err; |
784 | } | 784 | } |
785 | 785 | ||
786 | void __exit spu_sched_exit(void) | 786 | void spu_sched_exit(void) |
787 | { | 787 | { |
788 | struct spu *spu, *tmp; | 788 | struct spu *spu, *tmp; |
789 | int node; | 789 | int node; |
diff --git a/arch/powerpc/platforms/cell/spufs/spufs.h b/arch/powerpc/platforms/cell/spufs/spufs.h index 08b3530288ac..34d5f9f8b4ae 100644 --- a/arch/powerpc/platforms/cell/spufs/spufs.h +++ b/arch/powerpc/platforms/cell/spufs/spufs.h | |||
@@ -235,7 +235,7 @@ void spu_set_timeslice(struct spu_context *ctx); | |||
235 | void spu_update_sched_info(struct spu_context *ctx); | 235 | void spu_update_sched_info(struct spu_context *ctx); |
236 | void __spu_update_sched_info(struct spu_context *ctx); | 236 | void __spu_update_sched_info(struct spu_context *ctx); |
237 | int __init spu_sched_init(void); | 237 | int __init spu_sched_init(void); |
238 | void __exit spu_sched_exit(void); | 238 | void spu_sched_exit(void); |
239 | 239 | ||
240 | extern char *isolated_loader; | 240 | extern char *isolated_loader; |
241 | 241 | ||