[PATCH] node hotplug: register cpu: remove node struct
[pandora-kernel.git] / arch / ppc / kernel / setup.c
index 1f79e84..4b4607d 100644 (file)
@@ -475,7 +475,7 @@ int __init ppc_init(void)
 
        /* register CPU devices */
        for_each_possible_cpu(i)
-               register_cpu(&cpu_devices[i], i, NULL);
+               register_cpu(&cpu_devices[i], i);
 
        /* call platform init */
        if (ppc_md.init != NULL) {