git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8acd3a6
)
rtc-cmos: move wake setup from ACPI glue into RTC driver
author
Bjorn Helgaas
<bjorn.helgaas@hp.com>
Tue, 14 Oct 2008 19:50:21 +0000
(13:50 -0600)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 14 Oct 2008 23:08:21 +0000
(16:08 -0700)
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>
No differences found