diff options
| author | Michael Brown | 2007-07-14 16:42:26 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-07-14 16:42:26 +0200 |
| commit | e330db3c749c3ee638e8d652c5c3ae08c13af8e5 (patch) | |
| tree | a69cefca27d7abe7863b87cb765ab55e26bd0fc5 /src/proto/nfs.c | |
| parent | Be more aggressive in attempts to enable A20, now that we have the (diff) | |
| download | ipxe-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/nfs.c')
| -rw-r--r-- | src/proto/nfs.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/proto/nfs.c b/src/proto/nfs.c index 668948afe..943081a2e 100644 --- a/src/proto/nfs.c +++ b/src/proto/nfs.c @@ -1,8 +1,7 @@ -#include "etherboot.h" +#if 0 + #include <gpxe/init.h> -#include "proto.h" #include <gpxe/in.h> -#include "nic.h" /* NOTE: the NFS code is heavily inspired by the NetBSD netboot code (read: * large portions are copied verbatim) as distributed in OSKit 0.97. A few @@ -613,3 +612,5 @@ struct protocol nfs_protocol __protocol = { .default_port = SUNRPC_PORT, .load = nfs, }; + +#endif |
