aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>2007-07-07 22:54:56 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-07-10 22:18:45 -0700
commit963bd949b12158d9b5380b718b31c4b33372ed73 (patch)
tree62b2695ad93343850c45cd3e1e5f4caa86cd119a /drivers/net
parent3a334b34b62d94be0275e5c76fa153cf7fd42770 (diff)
[BNX2]: Seems to not need net/tcp.h
Got bored to always recompile it for no reason. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/bnx2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c
index 91814022fd2..d681903c592 100644
--- a/drivers/net/bnx2.c
+++ b/drivers/net/bnx2.c
@@ -40,7 +40,6 @@
#define BCM_VLAN 1
#endif
#include <net/ip.h>
-#include <net/tcp.h>
#include <net/checksum.h>
#include <linux/workqueue.h>
#include <linux/crc32.h>