summaryrefslogtreecommitdiffstats
path: root/sys/dev/sdhci/sdhci.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-02-10 23:13:48 +0000
committerimp <imp@FreeBSD.org>2009-02-10 23:13:48 +0000
commit36ef8e5ed35902abf5171b23d2727022e11d9997 (patch)
tree86fde31a78d2e5b29edf0fd7a88250bfa4493f4d /sys/dev/sdhci/sdhci.c
parent201a4a90d948358e0fdb27dd3e38a39efeb7a441 (diff)
downloadFreeBSD-src-36ef8e5ed35902abf5171b23d2727022e11d9997.zip
FreeBSD-src-36ef8e5ed35902abf5171b23d2727022e11d9997.tar.gz
Fix read_ivar prototype.
Diffstat (limited to 'sys/dev/sdhci/sdhci.c')
-rw-r--r--sys/dev/sdhci/sdhci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c
index bf5fdac..c41866f 100644
--- a/sys/dev/sdhci/sdhci.c
+++ b/sys/dev/sdhci/sdhci.c
@@ -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);
OpenPOWER on IntegriCloud