]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI: Use syscore_ops instead of sysdev class and sysdev
authorRafael J. Wysocki <rjw@sisk.pl>
Sat, 12 Mar 2011 21:16:51 +0000 (22:16 +0100)
committerLen Brown <len.brown@intel.com>
Fri, 18 Mar 2011 22:22:21 +0000 (18:22 -0400)
commitc3146df2b735912eddd1d7c080c9377d5df0ae94
tree536c3fafb022351d29dfa08c5ea5fc5585fb6033
parent4d3fbff26c8e91474e30e575c2b7476be11afd83
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 <rjw@sisk.pl>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_link.c