net: Remove ndo_dfwd_start_xmit
authorMintz, Yuval <Yuval.Mintz@cavium.com>
Sun, 25 Jun 2017 08:09:12 +0000 (11:09 +0300)
committerDavid S. Miller <davem@davemloft.net>
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 <Yuval.Mintz@cavium.com>
CC: Jason Wang <jasowang@redhat.com>
CC: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h