summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/3c5x9.c
diff options
context:
space:
mode:
authorAlexey Zaytsev2008-03-02 01:41:10 +0100
committerAlexey Zaytsev2008-03-02 01:41:10 +0100
commita1572e0ab0f5fab9a1f0185ded593bec811aa175 (patch)
treee407d6d0f2b8e93950216268ec0198fff865c6a0 /src/drivers/net/3c5x9.c
parentIntroduce the new timer subsystem. (diff)
downloadipxe-a1572e0ab0f5fab9a1f0185ded593bec811aa175.tar.gz
ipxe-a1572e0ab0f5fab9a1f0185ded593bec811aa175.tar.xz
ipxe-a1572e0ab0f5fab9a1f0185ded593bec811aa175.zip
Modify gPXE core and drivers to work with the new timer subsystem
Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
Diffstat (limited to 'src/drivers/net/3c5x9.c')
-rw-r--r--src/drivers/net/3c5x9.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/3c5x9.c b/src/drivers/net/3c5x9.c
index 1ade6f47..565044a1 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 */