aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/epic100.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-03-26 14:43:52 +0100
committerMichael Brown <mcb30@ipxe.org>2012-03-26 14:43:52 +0100
commita6d49c17c9ef82420138a51b52a9ce57074650db (patch)
tree1931f96976c9a733b8f07d1ae0269d84ac0f113c /src/drivers/net/epic100.c
parentd1465f7b0b4e3df4af1abf65462fe1d89e53a80a (diff)
downloadipxe-a6d49c17c9ef82420138a51b52a9ce57074650db.tar.gz
[console] Move putchar() and getchar() declarations to stdio.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/epic100.c')
-rw-r--r--src/drivers/net/epic100.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/epic100.c b/src/drivers/net/epic100.c
index 5211317ff..b478fab50 100644
--- a/src/drivers/net/epic100.c
+++ b/src/drivers/net/epic100.c
@@ -10,7 +10,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <ipxe/pci.h>
#include <ipxe/ethernet.h>
#include "nic.h"
-#include <ipxe/console.h>
#include "epic100.h"
/* Condensed operations for readability */