aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4/en_tx.c
diff options
context:
space:
mode:
authorYevgeny Petrilin <yevgenyp@mellanox.co.il>2010-08-24 03:46:46 +0000
committerDavid S. Miller <davem@davemloft.net>2010-08-24 15:00:42 -0700
commitfa37a9586f92051de03a13e55e5ec3880bb6783e (patch)
treef87f49668aa13e65fba708b3cf30658332a54edf /drivers/net/mlx4/en_tx.c
parentmlx4_en: UDP RSS support (diff)
downloadlinux-dev-fa37a9586f92051de03a13e55e5ec3880bb6783e.tar.xz
linux-dev-fa37a9586f92051de03a13e55e5ec3880bb6783e.zip
mlx4_en: Moving to work with GRO
Signed-off-by: Yevgeny Petrilin <yevgenyp@mellanox.co.il> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/mlx4/en_tx.c')
-rw-r--r--drivers/net/mlx4/en_tx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/mlx4/en_tx.c b/drivers/net/mlx4/en_tx.c
index b875f9c38848..98dd620042a8 100644
--- a/drivers/net/mlx4/en_tx.c
+++ b/drivers/net/mlx4/en_tx.c
@@ -38,6 +38,7 @@
#include <linux/skbuff.h>
#include <linux/if_vlan.h>
#include <linux/vmalloc.h>
+#include <linux/tcp.h>
#include "mlx4_en.h"