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!