summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/subr_rman.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c
index b2d7f84..1cc006b 100644
--- a/sys/kern/subr_rman.c
+++ b/sys/kern/subr_rman.c
@@ -89,8 +89,6 @@ struct resource_i {
void *r_virtual; /* virtual address of this resource */
struct device *r_dev; /* device which has allocated this resource */
struct rman *r_rm; /* resource manager from whence this came */
- void *r_spare1; /* Spare pointer 1 */
- void *r_spare2; /* Spare pointer 2 */
int r_rid; /* optional rid for this resource. */
};
OpenPOWER on IntegriCloud