OSDN Git Service

net: netsec: remove static declaration for netsec_set_tx_de()
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Tue, 9 Jul 2019 21:14:49 +0000 (00:14 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 21:46:40 +0000 (14:46 -0700)
commita22502a37599f813686e443ccfc21c9ea8167c41
tree4f95c6acb2112aacb1d46e7d337fe9d0d8169d27
parent4831539dce552b7d47a7a3f3cbc440669a3917e2
net: netsec: remove static declaration for netsec_set_tx_de()

On commit ba2b232108d3 ("net: netsec: add XDP support") a static
declaration for netsec_set_tx_de() was added to make the diff easier
to read.  Now that the patch is merged let's move the functions around
and get rid of that

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/socionext/netsec.c