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:
parent
30583e8a0d
commit
8299c3aeb9
@ -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. */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user