mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
acpica: purge EOL release compatibility
Remove obsolete check for FreeBSD >= 11 Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/603 Differential Revision: https://reviews.freebsd.org/D35560
This commit is contained in:
parent
21e0b50796
commit
33f6a4e90f
1 changed files with 0 additions and 2 deletions
|
|
@ -68,9 +68,7 @@ static device_method_t acpi_syscont_methods[] = {
|
|||
DEVMETHOD(bus_deactivate_resource, bus_generic_deactivate_resource),
|
||||
DEVMETHOD(bus_setup_intr, bus_generic_setup_intr),
|
||||
DEVMETHOD(bus_teardown_intr, bus_generic_teardown_intr),
|
||||
#if __FreeBSD_version >= 1100000
|
||||
DEVMETHOD(bus_get_cpus, bus_generic_get_cpus),
|
||||
#endif
|
||||
|
||||
/* pcib interface */
|
||||
DEVMETHOD(pcib_alloc_msi, acpi_syscont_alloc_msi),
|
||||
|
|
|
|||
Loading…
Reference in a new issue