|
@@ -9,7 +9,6 @@
|
|
*/
|
|
*/
|
|
|
|
|
|
#include <linux/init.h>
|
|
#include <linux/init.h>
|
|
-#include <linux/of_platform.h>
|
|
|
|
#include <linux/of_address.h>
|
|
#include <linux/of_address.h>
|
|
#include <linux/of_fdt.h>
|
|
#include <linux/of_fdt.h>
|
|
#include <linux/err.h>
|
|
#include <linux/err.h>
|
|
@@ -39,8 +38,7 @@ static int __init nios2_soc_device_init(void)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- return of_platform_populate(NULL, of_default_bus_match_table,
|
|
|
|
- NULL, NULL);
|
|
|
|
|
|
+ return 0;
|
|
}
|
|
}
|
|
|
|
|
|
device_initcall(nios2_soc_device_init);
|
|
device_initcall(nios2_soc_device_init);
|