arc: use of_platform_default_populate() to populate default bus
commit26cf9cc5d88e008eac517c8bfa44a2fdbfd6a674
authorKefeng Wang <wangkefeng.wang@huawei.com>
Wed, 16 Mar 2016 07:35:33 +0000 (16 15:35 +0800)
committerVineet Gupta <vgupta@synopsys.com>
Thu, 17 Mar 2016 12:15:15 +0000 (17 17:45 +0530)
treed4aa58ae8fb96e87c6236786ef264a745225a5f7
parentc511eaaa7851cda0657b2d5a401d33cf4dba52ad
arc: use of_platform_default_populate() to populate default bus

Use helper of_platform_default_populate() in linux/of_platform
when possible, instead of calling of_platform_populate() with
the default match table.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/kernel/setup.c