aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/3c595.c
diff options
context:
space:
mode:
authorAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-03-02 03:41:10 +0300
committerAlexey Zaytsev <alexey.zaytsev@gmail.com>2008-03-02 03:41:10 +0300
commita1572e0ab0f5fab9a1f0185ded593bec811aa175 (patch)
treee407d6d0f2b8e93950216268ec0198fff865c6a0 /src/drivers/net/3c595.c
parent4006d229e50204c93c1aa04c58385ce2e66d597e (diff)
downloadipxe-a1572e0ab0f5fab9a1f0185ded593bec811aa175.tar.gz
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/3c595.c')
-rw-r--r--src/drivers/net/3c595.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/3c595.c b/src/drivers/net/3c595.c
index 572a99e0b..7138f936e 100644
--- a/src/drivers/net/3c595.c
+++ b/src/drivers/net/3c595.c
@@ -30,7 +30,6 @@
#include <gpxe/pci.h>
#include <gpxe/ethernet.h>
#include "3c595.h"
-#include "timer.h"
static struct nic_operations t595_operations;