aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-zynq/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-zynq/common.c')
-rw-r--r--arch/arm/mach-zynq/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-zynq/common.c b/arch/arm/mach-zynq/common.c
index da876d28ccbc..d12002cd63bc 100644
--- a/arch/arm/mach-zynq/common.c
+++ b/arch/arm/mach-zynq/common.c
@@ -141,7 +141,7 @@ out:
141 * Finished with the static registrations now; fill in the missing 141 * Finished with the static registrations now; fill in the missing
142 * devices 142 * devices
143 */ 143 */
144 of_platform_populate(NULL, of_default_bus_match_table, NULL, parent); 144 of_platform_default_populate(NULL, NULL, parent);
145 145
146 platform_device_register(&zynq_cpuidle_device); 146 platform_device_register(&zynq_cpuidle_device);
147} 147}