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
@ -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 New Issue
Block a user