aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/malta/gt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/malta/gt.c')
-rw-r--r--sys/mips/malta/gt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/malta/gt.c b/sys/mips/malta/gt.c
index b9cff7d33afb..88746431e1b3 100644
--- a/sys/mips/malta/gt.c
+++ b/sys/mips/malta/gt.c
@@ -76,7 +76,7 @@ gt_attach(device_t dev)
static struct resource *
gt_alloc_resource(device_t dev, 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)
{
return (BUS_ALLOC_RESOURCE(device_get_parent(dev), child,
type, rid, start, end, count, flags));