diff options
| author | Michael Brown | 2008-03-10 14:02:53 +0100 |
|---|---|---|
| committer | Michael Brown | 2008-03-10 14:02:53 +0100 |
| commit | 3e781eb87f7b5bfa638f94234bb5e9d64508b0a4 (patch) | |
| tree | 5884ac0438320638c846166856a4b54b3564bd23 /src/drivers/net/sundance.c | |
| parent | [PXE] Work around a buffer-size bug in WinPE (diff) | |
| parent | Use plain C in timer_rdtsc for division instead of inline asssembly. (diff) | |
| download | ipxe-3e781eb87f7b5bfa638f94234bb5e9d64508b0a4.tar.gz ipxe-3e781eb87f7b5bfa638f94234bb5e9d64508b0a4.tar.xz ipxe-3e781eb87f7b5bfa638f94234bb5e9d64508b0a4.zip | |
Merge branch 'xl0-timer'
Diffstat (limited to 'src/drivers/net/sundance.c')
| -rw-r--r-- | src/drivers/net/sundance.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/sundance.c b/src/drivers/net/sundance.c index 3bbfbfbbd..3b6f5a88b 100644 --- a/src/drivers/net/sundance.c +++ b/src/drivers/net/sundance.c @@ -46,7 +46,6 @@ #include "nic.h" /* to get the PCI support functions, if this is a PCI NIC */ #include <gpxe/pci.h> -#include "timer.h" #include "mii.h" #define drv_version "v1.12" |
