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/3c5x9.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/3c5x9.c')
| -rw-r--r-- | src/drivers/net/3c5x9.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/3c5x9.c b/src/drivers/net/3c5x9.c index 1ade6f47d..565044a11 100644 --- a/src/drivers/net/3c5x9.c +++ b/src/drivers/net/3c5x9.c @@ -28,7 +28,6 @@ $Id$ #include "etherboot.h" #include "nic.h" #include <gpxe/isa.h> -#include "timer.h" #include "3c509.h" static enum { none, bnc, utp } connector = none; /* for 3C509 */ |
