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)
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>

No differences found