summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ifpps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ifpps.c b/ifpps.c
index 5495ce9..f2becb5 100644
--- a/ifpps.c
+++ b/ifpps.c
@@ -471,7 +471,6 @@ static void stats_diff(struct ifstat *old, struct ifstat *new,
DIFF(rx_multi);
DIFF(tx_bytes);
- DIFF(tx_bytes);
DIFF(tx_packets);
DIFF(tx_drops);
DIFF(tx_errors);
board. Add support for it to the Marvell PHY driver. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat