mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add the missing DEVMETHOD_ENDs to the arm64 nexus ACPI and FDT drivers.
Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4fb8e361ec
commit
ab950d2d18
1 changed files with 4 additions and 0 deletions
|
|
@ -409,6 +409,8 @@ static device_method_t nexus_fdt_methods[] = {
|
|||
|
||||
/* OFW interface */
|
||||
DEVMETHOD(ofw_bus_map_intr, nexus_ofw_map_intr),
|
||||
|
||||
DEVMETHOD_END,
|
||||
};
|
||||
|
||||
#define nexus_baseclasses nexus_fdt_baseclasses
|
||||
|
|
@ -462,6 +464,8 @@ static device_method_t nexus_acpi_methods[] = {
|
|||
/* Device interface */
|
||||
DEVMETHOD(device_probe, nexus_acpi_probe),
|
||||
DEVMETHOD(device_attach, nexus_acpi_attach),
|
||||
|
||||
DEVMETHOD_END,
|
||||
};
|
||||
|
||||
#define nexus_baseclasses nexus_acpi_baseclasses
|
||||
|
|
|
|||
Loading…
Reference in a new issue