]> git.ipfire.org Git - thirdparty/linux.git/commit
ACPI: PNP: Drop CMOS RTC PNP device support
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 23 Feb 2026 15:31:03 +0000 (16:31 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 26 Feb 2026 17:48:07 +0000 (18:48 +0100)
commitd15f1c2e413e861270ca6aa5dc5d9da1bcd678ca
tree9d0e558f1c3eb8b042ccce9bf9aacfd69b4bde49
parent2a78e42104444f948698f1225deaf515e9b7224d
ACPI: PNP: Drop CMOS RTC PNP device support

A previous change updated is_cmos_rtc_device() to effectively never
allow PNP devices to be created for the CMOS RTC on x86 with ACPI
and the PNP bus type is only used on x86, so the CMOS RTC device IDs
can be dropped from acpi_pnp_device_ids[] and is_cmos_rtc_device() can
go away completely.

Update the code accordingly.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/3411834.aeNJFYEL58@rafael.j.wysocki
drivers/acpi/acpi_pnp.c