summaryrefslogtreecommitdiff
path: root/device
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-08 12:40:16 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-09 00:52:08 +0900
commitcd79da88b148c79cec94f214c4efd07dd8069863 (patch)
treeb11a9e186808fc1cba8f05225a86cfa443017eb7 /device
parent039ae1184c7cc855e0435004ef8d5933424be43d (diff)
i386/i386at/kd.c: use io_req instead of uio
Struct uio is nowhere defined and in device/buf.h the string uio is defined as io_req. Remove all declarations of uio structure and use io_req_t instead of it. * device/buf.h (uio, io_req): Remove definition. * i386/i386at/kd.c: Remove comment. (kdread): Use io_req_t. (kdwrite): Likewise. * i386/i386at/kd.h (kdread, kdwrite): Use io_req_t as argument type.
Diffstat (limited to 'device')
-rw-r--r--device/buf.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/device/buf.h b/device/buf.h
index 806eb8d8..a79ed8e4 100644
--- a/device/buf.h
+++ b/device/buf.h
@@ -83,11 +83,6 @@
#define B_MD1 IO_SPARE_START
/*
- * Redefine uio structure
- */
-#define uio io_req
-
-/*
* Redefine physio routine
*/
#define physio(strat, xbuf, dev, ops, minphys, ior) \