diff options
| author | Len Brown <len.brown@intel.com> | 2010-08-15 01:06:31 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2010-08-15 01:06:31 -0400 |
| commit | 95ee46aa8698f2000647dfb362400fadbb5807cf (patch) | |
| tree | e5a05c7297f997e191c73091934e42e3195c0e40 /drivers/rtc/rtc-cmos.c | |
| parent | cfa806f059801dbe7e435745eb2e187c8bfe1e7f (diff) | |
| parent | 92fa5bd9a946b6e7aab6764e7312e4e3d9bed295 (diff) | |
Merge branch 'linus' into release
Conflicts:
drivers/acpi/debug.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/rtc/rtc-cmos.c')
| -rw-r--r-- | drivers/rtc/rtc-cmos.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/rtc/rtc-cmos.c b/drivers/rtc/rtc-cmos.c index 11b8ea29d2b7..5856167a0c90 100644 --- a/drivers/rtc/rtc-cmos.c +++ b/drivers/rtc/rtc-cmos.c | |||
| @@ -970,7 +970,6 @@ static inline int cmos_poweroff(struct device *dev) | |||
| 970 | 970 | ||
| 971 | #include <linux/acpi.h> | 971 | #include <linux/acpi.h> |
| 972 | 972 | ||
| 973 | #ifdef CONFIG_PM | ||
| 974 | static u32 rtc_handler(void *context) | 973 | static u32 rtc_handler(void *context) |
| 975 | { | 974 | { |
| 976 | acpi_clear_event(ACPI_EVENT_RTC); | 975 | acpi_clear_event(ACPI_EVENT_RTC); |
| @@ -999,11 +998,6 @@ static void rtc_wake_off(struct device *dev) | |||
| 999 | { | 998 | { |
| 1000 | acpi_disable_event(ACPI_EVENT_RTC, 0); | 999 | acpi_disable_event(ACPI_EVENT_RTC, 0); |
| 1001 | } | 1000 | } |
| 1002 | #else | ||
| 1003 | #define rtc_wake_setup() do{}while(0) | ||
| 1004 | #define rtc_wake_on NULL | ||
| 1005 | #define rtc_wake_off NULL | ||
| 1006 | #endif | ||
| 1007 | 1001 | ||
| 1008 | /* Every ACPI platform has a mc146818 compatible "cmos rtc". Here we find | 1002 | /* Every ACPI platform has a mc146818 compatible "cmos rtc". Here we find |
| 1009 | * its device node and pass extra config data. This helps its driver use | 1003 | * its device node and pass extra config data. This helps its driver use |
