diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-05-05 16:40:37 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-05 12:07:43 -0700 |
commit | 12dcceb39aabcc199461f2fdc3ff81be0cd7003e (patch) | |
tree | 6fbe950ff7546054e45a2462c09fb9355838ac49 /drivers/net/ethernet/marvell | |
parent | 7a4d40ddf1fa2d78e0a144a6bde9bf783682fba7 (diff) |
net: mv643xx_eth: Remove unused inline function sum16_as_be
commit 84411f73b884 ("net: mv643xx_eth: Avoid setting the initial TCP checksum")
left behind this, remove it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/marvell')
-rw-r--r-- | drivers/net/ethernet/marvell/mv643xx_eth.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/ethernet/marvell/mv643xx_eth.c b/drivers/net/ethernet/marvell/mv643xx_eth.c index 81d24481b22c..4d4b6243318a 100644 --- a/drivers/net/ethernet/marvell/mv643xx_eth.c +++ b/drivers/net/ethernet/marvell/mv643xx_eth.c @@ -666,11 +666,6 @@ static inline unsigned int has_tiny_unaligned_frags(struct sk_buff *skb) return 0; } -static inline __be16 sum16_as_be(__sum16 sum) -{ - return (__force __be16)sum; -} - static int skb_tx_csum(struct mv643xx_eth_private *mp, struct sk_buff *skb, u16 *l4i_chk, u32 *command, int length) { |