commit | a474aaedac99ba86e28ef6c912a7647c482db6dd | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Tue Oct 14 13:50:21 2008 -0600 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Oct 14 16:08:21 2008 -0700 |
tree | 0b5972b98ea601ea22845290f5351c40a0bb7771 | |
parent | 8acd3a60bcca17c6d89c73cee3ad6057eb83ba1e [diff] |
rtc-cmos: move wake setup from ACPI glue into RTC driver Move rtc_wake_setup() from drivers/acpi/glue.c into the RTC driver in drivers/rtc/rtc-cmos.c. This removes the ordering constraint between the module_init(acpi_rtc_init) and the cmos_do_probe() code that depends on it. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Acked-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>