net: Remove ndo_dfwd_start_xmit
authorMintz, Yuval <[email protected]>
Sun, 25 Jun 2017 08:09:12 +0000 (11:09 +0300)
committerDavid S. Miller <[email protected]>
Sun, 25 Jun 2017 15:56:30 +0000 (11:56 -0400)
commitf3ecab38240b624b37e003b5089a93682b109699
tree9231b701276e7de3d4b9b84e05890111c42f9d37
parentcb7257708bf89215b555d22d4f4eeaf59f5705e2
net: Remove ndo_dfwd_start_xmit

Looks like commit f663dd9aaf9e ("net: core: explicitly select a txq before doing l2 forwarding")
has removed the need for this dedicated xmit function [it even explicitly
states so in its commit log message] but it hasn't removed the definition
of the ndo.

Signed-off-by: Yuval Mintz <[email protected]>
CC: Jason Wang <[email protected]>
CC: John Fastabend <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/netdevice.h