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

Message ID 2276401.ElGaqSPkdT@kreacher
Headers
Series rtc: rtc-cmos: Assorted ACPI-related cleanups and fixes |

Message

Rafael J. Wysocki Nov. 7, 2022, 7:58 p.m. UTC
  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!