summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/tg3.c
diff options
context:
space:
mode:
authorMichael Brown2005-05-02 18:21:52 +0200
committerMichael Brown2005-05-02 18:21:52 +0200
commit60b82eb5cdfeea33cddc7740a3eb30d41d4192a4 (patch)
tree34883b316032f86d1b200d0ae7680aa3e3156307 /src/drivers/net/tg3.c
parentCorrect symbol violations reported by "make symcheck" (diff)
downloadipxe-60b82eb5cdfeea33cddc7740a3eb30d41d4192a4.tar.gz
ipxe-60b82eb5cdfeea33cddc7740a3eb30d41d4192a4.tar.xz
ipxe-60b82eb5cdfeea33cddc7740a3eb30d41d4192a4.zip
Moved definition of __shared into compiler.h
Diffstat (limited to 'src/drivers/net/tg3.c')
-rw-r--r--src/drivers/net/tg3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/tg3.c b/src/drivers/net/tg3.c
index b420a64b..2d881f08 100644
--- a/src/drivers/net/tg3.c
+++ b/src/drivers/net/tg3.c
@@ -16,7 +16,6 @@
#include "pci.h"
#include "timer.h"
#include "string.h"
-#include "shared.h"
#include "tg3.h"
#define SUPPORT_COPPER_PHY 1