r_spare1 and r_spare2 aren't needed. They aren't used. They can't be

accessed from outside of subr_rman.c.  Remove them.

Reviewed by: jmg (in theory)
This commit is contained in:
Warner Losh 2006-04-19 21:25:55 +00:00
parent 4f9f0449c6
commit 0385d64761
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157886

View File

@ -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. */
};