diff options
Diffstat (limited to 'arch/arm/mach-orion5x/board-dt.c')
-rw-r--r-- | arch/arm/mach-orion5x/board-dt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-orion5x/board-dt.c b/arch/arm/mach-orion5x/board-dt.c index 6f4c2c4ae2a5..3d36f1d95196 100644 --- a/arch/arm/mach-orion5x/board-dt.c +++ b/arch/arm/mach-orion5x/board-dt.c | |||
@@ -63,8 +63,7 @@ static void __init orion5x_dt_init(void) | |||
63 | if (of_machine_is_compatible("maxtor,shared-storage-2")) | 63 | if (of_machine_is_compatible("maxtor,shared-storage-2")) |
64 | mss2_init(); | 64 | mss2_init(); |
65 | 65 | ||
66 | of_platform_populate(NULL, of_default_bus_match_table, | 66 | of_platform_default_populate(NULL, orion5x_auxdata_lookup, NULL); |
67 | orion5x_auxdata_lookup, NULL); | ||
68 | } | 67 | } |
69 | 68 | ||
70 | static const char *orion5x_dt_compat[] = { | 69 | static const char *orion5x_dt_compat[] = { |