diff options
Diffstat (limited to 'device/io_req.h')
-rw-r--r-- | device/io_req.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/io_req.h b/device/io_req.h index 2bb4a99b..4d249c67 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. |