diff options
Diffstat (limited to 'sys/mips/cavium/obio.c')
-rw-r--r-- | sys/mips/cavium/obio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/cavium/obio.c b/sys/mips/cavium/obio.c index f3b3bbb..82e5c36 100644 --- a/sys/mips/cavium/obio.c +++ b/sys/mips/cavium/obio.c @@ -119,7 +119,7 @@ obio_attach(device_t dev) static struct resource * obio_alloc_resource(device_t bus, device_t child, int type, int *rid, - u_long start, u_long end, u_long count, u_int flags) + rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) { struct resource *rv; struct rman *rm; |