aboutsummaryrefslogtreecommitdiffstats
path: root/src/proto
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2007-07-03 20:34:51 +0100
committerMichael Brown <mcb30@etherboot.org>2007-07-03 20:34:51 +0100
commitfae10a7ca1ab1977b28e1ead5342953908dfd0a3 (patch)
tree4c308d6c748bc818f55b8b2645ed84b86aa311ca /src/proto
parent5ce5e6d84626568d171ae5de6c681e66c08901b0 (diff)
downloadipxe-fae10a7ca1ab1977b28e1ead5342953908dfd0a3.tar.gz
We don't actually use the reset functions anywhere, and nothing really
provides them.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/nfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/nfs.c b/src/proto/nfs.c
index 2743287f..e21503c2 100644
--- a/src/proto/nfs.c
+++ b/src/proto/nfs.c
@@ -608,7 +608,7 @@ nfssymlink:
return 1;
}
-INIT_FN ( INIT_RPC, rpc_init, nfs_reset, nfs_reset );
+INIT_FN ( INIT_RPC, rpc_init, nfs_reset );
struct protocol nfs_protocol __protocol = {
.name = "nfs",