ACPI / PM: Move routines for adding/removing device wakeup notifiers
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 2 Nov 2012 00:40:09 +0000 (01:40 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 14 Nov 2012 23:15:16 +0000 (00:15 +0100)
commitec2cd81ccfc055155ef4ca673f207168f516d287
tree5a034f64e18db76e57af7a9147fa9ad7e4d05838
parentbdda27fb98463244f056852f800bbce7db67dc4a
ACPI / PM: Move routines for adding/removing device wakeup notifiers

ACPI routines for adding and removing device wakeup notifiers are
currently defined in a PCI-specific file, but they will be necessary
for non-PCI devices too, so move them to a separate file under
drivers/acpi and rename them to indicate their ACPI origins.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Makefile
drivers/acpi/device_pm.c [new file with mode: 0644]
drivers/pci/pci-acpi.c
include/acpi/acpi_bus.h