mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix read_ivar prototype.
This commit is contained in:
parent
b23193a559
commit
507a69a927
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue