diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-imx6sl.c')
-rw-r--r-- | arch/arm/mach-imx/mach-imx6sl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-imx6sl.c b/arch/arm/mach-imx/mach-imx6sl.c index 300326373166..37ae87d6e0e9 100644 --- a/arch/arm/mach-imx/mach-imx6sl.c +++ b/arch/arm/mach-imx/mach-imx6sl.c | |||
@@ -52,7 +52,7 @@ static void __init imx6sl_init_machine(void) | |||
52 | if (parent == NULL) | 52 | if (parent == NULL) |
53 | pr_warn("failed to initialize soc device\n"); | 53 | pr_warn("failed to initialize soc device\n"); |
54 | 54 | ||
55 | of_platform_populate(NULL, of_default_bus_match_table, NULL, parent); | 55 | of_platform_default_populate(NULL, NULL, parent); |
56 | 56 | ||
57 | imx6sl_fec_init(); | 57 | imx6sl_fec_init(); |
58 | imx_anatop_init(); | 58 | imx_anatop_init(); |