commit | 731410b76e86f72ae18a3a4018cdc30258b10beb | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Aug 18 15:30:16 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 19 17:15:36 2016 -0700 |
tree | 259622b3b3c89d210bfe12ee9edd1a97ae4505a8 | |
parent | 4bd11675cf0d39e912b55e4d8fa91c85a82d946a [diff] |
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>