|
@@ -165,14 +165,11 @@ static struct of_device_id __initdata of_bus_ids[] = {
|
|
|
|
|
|
static int __init declare_of_platform_devices(void)
|
|
|
{
|
|
|
- if (!machine_is(mpc8272_ads))
|
|
|
- return 0;
|
|
|
-
|
|
|
/* Publish the QE devices */
|
|
|
of_platform_bus_probe(NULL, of_bus_ids, NULL);
|
|
|
return 0;
|
|
|
}
|
|
|
-device_initcall(declare_of_platform_devices);
|
|
|
+machine_device_initcall(mpc8272_ads, declare_of_platform_devices);
|
|
|
|
|
|
/*
|
|
|
* Called very early, device-tree isn't unflattened
|