projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04b588d
)
remove one remaining "#define BCM_TSO 1"
author
Adrian Bunk
<bunk@stusta.de>
Sat, 27 Jan 2007 08:00:03 +0000
(
00:00
-0800)
committer
Jeff Garzik
<jeff@garzik.org>
Mon, 5 Feb 2007 21:58:49 +0000
(16:58 -0500)
Since it's no longer used, this "#define BCM_TSO 1" can now be removed.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/bnx2.c
patch
|
blob
|
history
diff --git
a/drivers/net/bnx2.c
b/drivers/net/bnx2.c
index 8e96154be031a113896bb4ba80521f8e01409f6e..c416c18007dac16751dcae11d993ce05de7c91e2 100644
(file)
--- a/
drivers/net/bnx2.c
+++ b/
drivers/net/bnx2.c
@@
-42,7
+42,6
@@
#include <net/ip.h>
#include <net/tcp.h>
#include <net/checksum.h>
-#define BCM_TSO 1
#include <linux/workqueue.h>
#include <linux/crc32.h>
#include <linux/prefetch.h>