Re: [PATCH 2/2] net: netsec: remove static declaration for netsec_set_tx_de()

2019-07-09 Thread David Miller
From: Ilias Apalodimas Date: Wed, 10 Jul 2019 00:14:49 +0300 > 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 >

[PATCH 2/2] net: netsec: remove static declaration for netsec_set_tx_de()

2019-07-09 Thread Ilias Apalodimas
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 --- drivers/net/ethernet/socionext/nets