From ad397159511b89e54bd32ac8407639ace141e8bc Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 12 Mar 2009 06:36:44 +0000 Subject: read_ivar takes a uintptr_t * not a u_char *. --- sys/dev/mmc/mmc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev') 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); -- cgit v1.1