summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2016-02-15 21:25:11 +0000
committerDavid S. Miller <davem@davemloft.net>2016-02-17 16:15:45 -0500
commita4f9cdb2b44d2dceede4eaad00c6b11206af0fea (patch)
tree210eb024a7ff28b2b1d87bfa44cb9384ee80bd1a /drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c
parent82aaf4fcbe0f26adb14e72c9df6a2c4ed3f8c34d (diff)
downloadlinux-a4f9cdb2b44d2dceede4eaad00c6b11206af0fea.tar.bz2
pasemi_mac: Replace LRO with GRO
GRO is simpler to use than the old inet_lro library, and is compatible with forwarding and bridging configurations. Compile-tested only. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c')
-rw-r--r--drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c b/drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c
index 25fae568261f..f046bfc18e7d 100644
--- a/drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c
+++ b/drivers/net/ethernet/pasemi/pasemi_mac_ethtool.c
@@ -20,7 +20,6 @@
#include <linux/netdevice.h>
#include <linux/ethtool.h>
#include <linux/pci.h>
-#include <linux/inet_lro.h>
#include <asm/pasemi_dma.h>
#include "pasemi_mac.h"