summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-03-12 06:36:44 +0000
committerimp <imp@FreeBSD.org>2009-03-12 06:36:44 +0000
commitad397159511b89e54bd32ac8407639ace141e8bc (patch)
treea3a48825e26cc1808919e527345bd3618fb64bdf /sys/dev
parent561efbd9f341b4c46da73ef74ce719f64604f263 (diff)
downloadFreeBSD-src-ad397159511b89e54bd32ac8407639ace141e8bc.zip
FreeBSD-src-ad397159511b89e54bd32ac8407639ace141e8bc.tar.gz
read_ivar takes a uintptr_t * not a u_char *.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mmc/mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c
index 0ec6ac7..6872667 100644
--- a/sys/dev/mmc/mmc.c
+++ b/sys/dev/mmc/mmc.c
@@ -1437,7 +1437,7 @@ mmc_scan(struct mmc_softc *sc)
}
static int
-mmc_read_ivar(device_t bus, device_t child, int which, u_char *result)
+mmc_read_ivar(device_t bus, device_t child, int which, uintptr_t *result)
{
struct mmc_ivars *ivar = device_get_ivars(child);
OpenPOWER on IntegriCloud