summaryrefslogtreecommitdiffstats
path: root/sys/dev/mvs/mvs_soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/mvs/mvs_soc.c')
-rw-r--r--sys/dev/mvs/mvs_soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mvs/mvs_soc.c b/sys/dev/mvs/mvs_soc.c
index d4ecd8f..b34df30 100644
--- a/sys/dev/mvs/mvs_soc.c
+++ b/sys/dev/mvs/mvs_soc.c
@@ -342,7 +342,7 @@ mvs_alloc_resource(device_t dev, device_t child, int type, int *rid,
int unit = ((struct mvs_channel *)device_get_softc(child))->unit;
struct resource *res = NULL;
int offset = PORT_BASE(unit & 0x03);
- long st;
+ rman_res_t st;
switch (type) {
case SYS_RES_MEMORY:
OpenPOWER on IntegriCloud