summaryrefslogtreecommitdiffstats
path: root/src/proto/slam.c
diff options
context:
space:
mode:
authorMichael Brown2007-07-14 16:42:26 +0200
committerMichael Brown2007-07-14 16:42:26 +0200
commite330db3c749c3ee638e8d652c5c3ae08c13af8e5 (patch)
treea69cefca27d7abe7863b87cb765ab55e26bd0fc5 /src/proto/slam.c
parentBe more aggressive in attempts to enable A20, now that we have the (diff)
downloadipxe-e330db3c749c3ee638e8d652c5c3ae08c13af8e5.tar.gz
ipxe-e330db3c749c3ee638e8d652c5c3ae08c13af8e5.tar.xz
ipxe-e330db3c749c3ee638e8d652c5c3ae08c13af8e5.zip
Dead code removal.
Kill off use of etherboot.h outside drivers/net.
Diffstat (limited to 'src/proto/slam.c')
-rw-r--r--src/proto/slam.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/proto/slam.c b/src/proto/slam.c
index 171b6d243..a25c30de8 100644
--- a/src/proto/slam.c
+++ b/src/proto/slam.c
@@ -1,6 +1,4 @@
-#include "etherboot.h"
-#include "proto.h"
-#include "nic.h"
+#if 0
/*
* IMPORTANT
@@ -539,3 +537,5 @@ struct protocol slam_protocol __protocol = {
.default_port = SLAM_PORT,
.load = url_slam,
};
+
+#endif