summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorIlpo Järvinen2007-07-08 07:54:56 +0200
committerDavid S. Miller2007-07-11 07:18:45 +0200
commit963bd949b12158d9b5380b718b31c4b33372ed73 (patch)
tree62b2695ad93343850c45cd3e1e5f4caa86cd119a /drivers/net
parent[BNX2]: Update version to 1.6.2. (diff)
downloadkernel-qcow2-linux-963bd949b12158d9b5380b718b31c4b33372ed73.tar.gz
kernel-qcow2-linux-963bd949b12158d9b5380b718b31c4b33372ed73.tar.xz
kernel-qcow2-linux-963bd949b12158d9b5380b718b31c4b33372ed73.zip
[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 91814022fd29..d681903c592d 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>