OSDN Git Service

MIPS: netlogic: remove unnecessary of_platform_bus_probe call
authorRob Herring <robh@kernel.org>
Tue, 19 Jun 2018 21:47:07 +0000 (15:47 -0600)
committerPaul Burton <paul.burton@mips.com>
Sun, 24 Jun 2018 16:27:27 +0000 (09:27 -0700)
commit40c911ed8432130385ecd049922d7c994a83883d
tree064412564b79ceb470c84c8276953780ad98d44e
parentf072f9ce9bd3602bd3b14e15513ee80d437cf4cf
MIPS: netlogic: remove unnecessary of_platform_bus_probe call

The DT core code will probe "simple-bus" by default, so remove
the Netlogic specific call. The probing of simple-bus happens at
arch_initcall_sync, so the call being removed here is already a nop.

Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Paul Burton <paul.burton@mips.com>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@linux-mips.org
Signed-off-by: Rob Herring <robh@kernel.org>
Patchwork: https://patchwork.linux-mips.org/patch/19589/
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-kernel@vger.kernel.org
arch/mips/netlogic/xlp/dt.c