commit | fa37a9586f92051de03a13e55e5ec3880bb6783e | [log] [tgz] |
---|---|---|
author | Yevgeny Petrilin <yevgenyp@mellanox.co.il> | Tue Aug 24 03:46:46 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 24 15:00:42 2010 -0700 |
tree | f87f49668aa13e65fba708b3cf30658332a54edf | |
parent | 0533943c5c45cce2e26432bf0a6b8e114757c897 [diff] [blame] |
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>
diff --git a/drivers/net/mlx4/en_tx.c b/drivers/net/mlx4/en_tx.c index b875f9c..98dd620 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"