commit | a22502a37599f813686e443ccfc21c9ea8167c41 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Jul 10 00:14:49 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 09 14:46:40 2019 -0700 |
tree | 4f95c6acb2112aacb1d46e7d337fe9d0d8169d27 | |
parent | 4831539dce552b7d47a7a3f3cbc440669a3917e2 [diff] |
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>