[POWERPC] spufs: remove support for ancient firmware

Any firmware that still uses the 'spc' nodes already
stopped running for other reasons, so let's get rid of this.

Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by Arnd Bergmann and committed by Paul Mackerras 772920e5 cdcc89bb

-12
-12
arch/powerpc/platforms/cell/spu_base.c
··· 791 791 break; 792 792 } 793 793 } 794 - /* in some old firmware versions, the spe is called 'spc', so we 795 - look for that as well */ 796 - for (node = of_find_node_by_type(NULL, "spc"); 797 - node; node = of_find_node_by_type(node, "spc")) { 798 - ret = create_spu(node); 799 - if (ret) { 800 - printk(KERN_WARNING "%s: Error initializing %s\n", 801 - __FUNCTION__, node->name); 802 - cleanup_spu_base(); 803 - break; 804 - } 805 - } 806 794 return ret; 807 795 } 808 796 module_init(init_spu_base);