summaryrefslogtreecommitdiff
path: root/device/io_req.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/io_req.h')
-rw-r--r--device/io_req.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/io_req.h b/device/io_req.h
index 2bb4a99..4d249c6 100644
--- a/device/io_req.h
+++ b/device/io_req.h
@@ -121,7 +121,7 @@ typedef struct io_req * io_req_t;
/*
* Standard completion routine for io_requests.
*/
-void iodone(/* io_req_t */);
+void iodone(io_req_t);
/*
* Macros to allocate and free IORs - will convert to zones later.