[PATCH v1 0/5] rtc: rtc-cmos: Assorted ACPI-related cleanups and fixes

From: Rafael J. Wysocki
Date: Mon Nov 07 2022 - 15:04:08 EST


Hi All,

This series of patches does some assorted ACPI-related cleanups to the CMOS RTC
driver:
- redundant static variable is dropped,
- code duplication is reduced,
- code is relocated so as to drop a few unnecessary forward declarations of
functions,
- functions are renamed to avoid confusion,
and fixes up an issue in the driver removal path.

Thanks!