summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/fdt_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/fdt/fdt_pci.c')
-rw-r--r--sys/dev/fdt/fdt_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdt/fdt_pci.c b/sys/dev/fdt/fdt_pci.c
index c0ebb07..fae5f07 100644
--- a/sys/dev/fdt/fdt_pci.c
+++ b/sys/dev/fdt/fdt_pci.c
@@ -335,7 +335,7 @@ next:
#if defined(__arm__)
int
-fdt_pci_devmap(phandle_t node, struct pmap_devmap *devmap, vm_offset_t io_va,
+fdt_pci_devmap(phandle_t node, struct arm_devmap_entry *devmap, vm_offset_t io_va,
vm_offset_t mem_va)
{
struct fdt_pci_range io_space, mem_space;
OpenPOWER on IntegriCloud