diff options
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | 2007-07-08 05:54:56 (GMT) |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-07-11 05:18:45 (GMT) |
commit | 963bd949b12158d9b5380b718b31c4b33372ed73 (patch) | |
tree | 62b2695ad93343850c45cd3e1e5f4caa86cd119a /drivers/net/bnx2.c | |
parent | 3a334b34b62d94be0275e5c76fa153cf7fd42770 (diff) | |
download | linux-963bd949b12158d9b5380b718b31c4b33372ed73.tar.xz |
[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/bnx2.c')
-rw-r--r-- | drivers/net/bnx2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 9181402..d681903 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> |