OSDN Git Service

bcm63xx_enet: do not rely on probe order
authorJonas Gorski <jonas.gorski@gmail.com>
Sun, 1 Oct 2017 11:02:17 +0000 (13:02 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Oct 2017 06:05:10 +0000 (23:05 -0700)
commit527a48713b01057d94aeec8f4383b1e20c82522c
tree5b9521fbe6208f0ce144a393738798e393d8ef40
parentd6213c1f2ad54a964b77471690264ed685718928
bcm63xx_enet: do not rely on probe order

Do not rely on the shared device being probed before the enet(sw)
devices. This makes it easier to eventually move out the shared
device as a dma controller driver (what it should be).

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bcm63xx_enet.c