]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfc6c07f213d180f48c02dc5593f2073393fe8981
tree4f95c6acb2112aacb1d46e7d337fe9d0d8169d27
parent65e00998362258ca07e6522366033c0c52e45e51
net: netsec: remove static declaration for netsec_set_tx_de()

On commit 859b6a764de5 ("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