summaryrefslogtreecommitdiffstats
path: root/sys/dev/stg/tmc18c30_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/stg/tmc18c30_subr.c')
-rw-r--r--sys/dev/stg/tmc18c30_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stg/tmc18c30_subr.c b/sys/dev/stg/tmc18c30_subr.c
index 8c686d6..98cf1b4 100644
--- a/sys/dev/stg/tmc18c30_subr.c
+++ b/sys/dev/stg/tmc18c30_subr.c
@@ -65,7 +65,7 @@ int
stg_alloc_resource(device_t dev)
{
struct stg_softc * sc = device_get_softc(dev);
- u_long maddr, msize;
+ rman_res_t maddr, msize;
int error;
mtx_init(&sc->sc_sclow.sl_lock, "stg", NULL, MTX_DEF);
OpenPOWER on IntegriCloud