diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2022-05-23 13:50:03 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2022-05-23 14:24:35 +0000 |
| commit | ad52fba11e482949afa687e455d3e6f698f8d584 (patch) | |
| tree | ecad4146f089d82cee7ec0aa58d04bfaac3101f1 /sys/dev/xilinx | |
| parent | 5cebd8305afecad82f5d9628d8f7981d33559037 (diff) | |
Diffstat (limited to 'sys/dev/xilinx')
| -rw-r--r-- | sys/dev/xilinx/xlnx_pcib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xilinx/xlnx_pcib.c b/sys/dev/xilinx/xlnx_pcib.c index 50865d525267..2cba7f7f7282 100644 --- a/sys/dev/xilinx/xlnx_pcib.c +++ b/sys/dev/xilinx/xlnx_pcib.c @@ -396,7 +396,7 @@ xlnx_pcib_fdt_attach(device_t dev) if (error) return (error); - return (pci_host_generic_attach(dev)); + return (pci_host_generic_fdt_attach(dev)); } static int |
