From d0b2f91bede3bd5e3d24dd6803e56eee959c1797 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 20 Oct 2016 00:10:27 -0300 Subject: Linux-libre 4.8.2-gnu --- arch/nios2/platform/platform.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'arch/nios2/platform') diff --git a/arch/nios2/platform/platform.c b/arch/nios2/platform/platform.c index d478773f7..2a35154ca 100644 --- a/arch/nios2/platform/platform.c +++ b/arch/nios2/platform/platform.c @@ -9,7 +9,6 @@ */ #include -#include #include #include #include @@ -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); -- cgit v1.2.3-54-g00ecf