summaryrefslogtreecommitdiff
path: root/device/buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/buf.h')
-rw-r--r--device/buf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/device/buf.h b/device/buf.h
index a79ed8e4..7c8a4362 100644
--- a/device/buf.h
+++ b/device/buf.h
@@ -83,12 +83,6 @@
#define B_MD1 IO_SPARE_START
/*
- * Redefine physio routine
- */
-#define physio(strat, xbuf, dev, ops, minphys, ior) \
- block_io(strat, minphys, ior)
-
-/*
* Export standard minphys routine.
*/
extern void minphys(io_req_t);