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
This commit is contained in:
Olivier Certner
2026-05-04 17:03:05 +02:00
parent f77731ee95
commit 868f50f649
-1
View File
@@ -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;