Fix read_ivar prototype.

This commit is contained in:
Warner Losh 2009-02-10 23:13:48 +00:00
parent b23193a559
commit 507a69a927

View file

@ -1427,7 +1427,7 @@ sdhci_intr(void *arg)
}
static int
sdhci_read_ivar(device_t bus, device_t child, int which, u_char *result)
sdhci_read_ivar(device_t bus, device_t child, int which, uintptr_t *result)
{
struct sdhci_slot *slot = device_get_ivars(child);