OSDN Git Service

rtc: cmos: fix build on non-ACPI platforms
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 18 Oct 2022 20:35:11 +0000 (22:35 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 18 Oct 2022 20:36:54 +0000 (22:36 +0200)
Now that rtc_wake_setup is called outside of cmos_wake_setup, it also need
to be defined on non-ACPI platforms.

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/r/20221018203512.2532407-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-cmos.c

index 01fb31f..58cc2ba 100644 (file)
@@ -1346,6 +1346,9 @@ static void cmos_check_acpi_rtc_status(struct device *dev,
 {
 }
 
+static void rtc_wake_setup(struct device *dev)
+{
+}
 #endif
 
 #ifdef CONFIG_PNP