mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 02:54:00 +08:00
drivers/rtc: remove unneeded ifdef CONFIG_PM
Because CONFIG_PM is a precondition to CONFIG_ACPI, the ifdef CONFIG_PM within ifdef CONFIG_ACPI is redundant. Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> Acked-by: Wan ZongShun <mcuos.com@gmail.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6d23b2582f
commit
de639c3116
@ -970,7 +970,6 @@ static inline int cmos_poweroff(struct device *dev)
|
|||||||
|
|
||||||
#include <linux/acpi.h>
|
#include <linux/acpi.h>
|
||||||
|
|
||||||
#ifdef CONFIG_PM
|
|
||||||
static u32 rtc_handler(void *context)
|
static u32 rtc_handler(void *context)
|
||||||
{
|
{
|
||||||
acpi_clear_event(ACPI_EVENT_RTC);
|
acpi_clear_event(ACPI_EVENT_RTC);
|
||||||
@ -999,11 +998,6 @@ static void rtc_wake_off(struct device *dev)
|
|||||||
{
|
{
|
||||||
acpi_disable_event(ACPI_EVENT_RTC, 0);
|
acpi_disable_event(ACPI_EVENT_RTC, 0);
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
#define rtc_wake_setup() do{}while(0)
|
|
||||||
#define rtc_wake_on NULL
|
|
||||||
#define rtc_wake_off NULL
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Every ACPI platform has a mc146818 compatible "cmos rtc". Here we find
|
/* Every ACPI platform has a mc146818 compatible "cmos rtc". Here we find
|
||||||
* its device node and pass extra config data. This helps its driver use
|
* its device node and pass extra config data. This helps its driver use
|
||||||
|
Loading…
Reference in New Issue
Block a user