diff options
-rw-r--r-- | arch/powerpc/platforms/cell/spu_base.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/cell/spu_base.c b/arch/powerpc/platforms/cell/spu_base.c index 841ed359802c..bd7bffc3ddd0 100644 --- a/arch/powerpc/platforms/cell/spu_base.c +++ b/arch/powerpc/platforms/cell/spu_base.c | |||
@@ -663,6 +663,9 @@ static int __init init_spu_base(void) | |||
663 | { | 663 | { |
664 | int i, ret; | 664 | int i, ret; |
665 | 665 | ||
666 | if (!spu_management_ops) | ||
667 | return 0; | ||
668 | |||
666 | /* create sysdev class for spus */ | 669 | /* create sysdev class for spus */ |
667 | ret = sysdev_class_register(&spu_sysdev_class); | 670 | ret = sysdev_class_register(&spu_sysdev_class); |
668 | if (ret) | 671 | if (ret) |