The branch main has been updated by olce:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=868f50f649808320e9433ab321f450fa22bcddba

commit 868f50f649808320e9433ab321f450fa22bcddba
Author:     Olivier Certner <[email protected]>
AuthorDate: 2026-05-04 15:03:05 +0000
Commit:     Olivier Certner <[email protected]>
CommitDate: 2026-05-13 12:38:20 +0000

    acpi_spmc(4): softc: Remove unused 'obj'
    
    No functional change (intended).
    
    Reviewed by:    imp (older version), obiwac
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D56804
---
 sys/dev/acpica/acpi_spmc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/dev/acpica/acpi_spmc.c b/sys/dev/acpica/acpi_spmc.c
index a6b18767e91b..30be1b4a32e7 100644
--- a/sys/dev/acpica/acpi_spmc.c
+++ b/sys/dev/acpica/acpi_spmc.c
@@ -164,7 +164,6 @@ struct acpi_spmc_constraint {
 struct acpi_spmc_softc {
        device_t                dev;
        ACPI_HANDLE             handle;
-       ACPI_OBJECT             *obj;
        enum dsm_flags          dsms;
 
        struct eventhandler_entry       *eh_suspend;

Reply via email to