git: 33f6a4e90fa1 - main - acpica: purge EOL release compatibility

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 04 Feb 2023 16:20:27 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=33f6a4e90fa1593a6cce66bc72ab82ead2154eb8

commit 33f6a4e90fa1593a6cce66bc72ab82ead2154eb8
Author:     Elliott Mitchell <ehem+freebsd@m5p.com>
AuthorDate: 2022-06-23 00:53:47 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-02-04 16:13:09 +0000

    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
---
 sys/dev/acpica/acpi_container.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/dev/acpica/acpi_container.c b/sys/dev/acpica/acpi_container.c
index e9112e700ef5..358759cb1dde 100644
--- a/sys/dev/acpica/acpi_container.c
+++ b/sys/dev/acpica/acpi_container.c
@@ -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),