Fix the build post-r294883.

Pointy-hat to:	jhibbits
X-MFC with:	r294883
This commit is contained in:
Justin Hibbits 2016-01-27 03:51:24 +00:00
parent f9ddb2af5f
commit 582d05198e

View File

@ -82,7 +82,7 @@ struct u_rman {
char rm_descr[RM_TEXTLEN]; /* rman description */
rman_res_t rm_start; /* base of managed region */
bus_size_t rm_size; /* size of managed region */
rman_res_t rm_size; /* size of managed region */
enum rman_type rm_type; /* region type */
};