summaryrefslogtreecommitdiff
path: root/drivers/net/tg3.c
diff options
context:
space:
mode:
authorMatt Carlson <mcarlson@broadcom.com>2008-12-22 04:21:18 (GMT)
committerDavid S. Miller <davem@davemloft.net>2008-12-22 04:21:18 (GMT)
commitaa10f27d99410cff9145bf91b6efc884c7a4871c (patch)
tree05dab70dd65a4f8a07fcc1065a92d8f576c590e9 /drivers/net/tg3.c
parent69fc405318967c7913e5b55cf3906250a26b49d0 (diff)
downloadlinux-fsl-qoriq-aa10f27d99410cff9145bf91b6efc884c7a4871c.tar.xz
tg3: tg3.h cleanups
This patch cleans up the tg3 header file by removing the preprocessor definitions for standard PCI configuration space registers. The driver should be using the standard definitions when needed. The patch continues by removing redundant PHY related definitions and reorganizes some of the remaining entries. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: Benjamin Li <benli@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.c')
-rw-r--r--drivers/net/tg3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index 218c11a..604215f 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -63,8 +63,6 @@
#define TG3_VLAN_TAG_USED 0
#endif
-#define TG3_TSO_SUPPORT 1
-
#include "tg3.h"
#define DRV_MODULE_NAME "tg3"