summaryrefslogtreecommitdiffstats
path: root/src/drivers
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
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')
-rw-r--r--src/drivers/net/sundance.c1
-rw-r--r--src/drivers/net/tg3.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/net/sundance.c b/src/drivers/net/sundance.c
index 6fc3208ed..05621d4f2 100644
--- a/src/drivers/net/sundance.c
+++ b/src/drivers/net/sundance.c
@@ -48,7 +48,6 @@
#include "pci.h"
#include "timer.h"
#include "mii.h"
-#include "shared.h"
#define drv_version "v1.12"
#define drv_date "2004-03-21"
diff --git a/src/drivers/net/tg3.c b/src/drivers/net/tg3.c
index b420a64bf..2d881f08a 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