From: Bjorn Helgaas Date: Tue, 14 Oct 2008 19:50:21 +0000 (-0600) Subject: rtc-cmos: move wake setup from ACPI glue into RTC driver X-Git-Tag: v2.6.28-rc1~575 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a474aaedac99ba86e28ef6c912a7647c482db6dd;p=pandora-kernel.git 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 Acked-by: Rafael J. Wysocki Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed