ACPI: x86: Move acpi_cmos_rtc to x86 folder
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 4 Apr 2024 18:23:40 +0000 (21:23 +0300)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 8 Apr 2024 14:39:24 +0000 (16:39 +0200)
commit49db108391e231ed11fec937b00a2a8c46522a11
tree6660316d463436b1a57a89363b99a362f1c90eaa
parentd85eb4152bce8ce1f0e4f4c5b4226142de6220bd
ACPI: x86: Move acpi_cmos_rtc to x86 folder

acpi_cmos_rtc is built solely for x86, move it to the respective folder.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Makefile
drivers/acpi/acpi_cmos_rtc.c [deleted file]
drivers/acpi/x86/Makefile
drivers/acpi/x86/cmos_rtc.c [new file with mode: 0644]