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>
This commit is contained in:
Matt Carlson
2008-12-21 20:21:18 -08:00
committed by David S. Miller
parent 69fc405318
commit aa10f27d99
2 changed files with 5 additions and 35 deletions

View File

@@ -63,8 +63,6 @@
#define TG3_VLAN_TAG_USED 0
#endif
#define TG3_TSO_SUPPORT 1
#include "tg3.h"
#define DRV_MODULE_NAME "tg3"