From: Rafael J. Wysocki Date: Sat, 12 Mar 2011 21:16:51 +0000 (+0100) Subject: ACPI: Use syscore_ops instead of sysdev class and sysdev X-Git-Tag: v2.6.39-rc1~90^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3146df2b735912eddd1d7c080c9377d5df0ae94;p=pandora-kernel.git ACPI: Use syscore_ops instead of sysdev class and sysdev ACPI uses a sysdev class and a sysdev for executing irqrouter_resume() before turning on interrupts on the boot CPU. However, since irqrouter_resume() ignores its argument, the entire mechanism may be replaced with a struct syscore_ops object which is considerably simpler. Signed-off-by: Rafael J. Wysocki Signed-off-by: Len Brown --- Reading git-diff-tree failed