OSDN Git Service

net: dsa: bcm_sf2: Remove probing through old DSA binding
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 18 Aug 2016 22:30:16 +0000 (15:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 20 Aug 2016 00:15:36 +0000 (17:15 -0700)
commit731410b76e86f72ae18a3a4018cdc30258b10beb
tree259622b3b3c89d210bfe12ee9edd1a97ae4505a8
parent4bd11675cf0d39e912b55e4d8fa91c85a82d946a
net: dsa: bcm_sf2: Remove probing through old DSA binding

Remove our dsa_switch_driver::drv_probe callback to prevent probing
through the old DSA binding, not that this could happen anymore now that
we have moved the matching compatible string from net/dsa/dsa.c to
drivers/net/dsa/bcm_sf2.c, so this is essentially dead code.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/bcm_sf2.c