[PATCH v3 4/4] ACPI: Update container to use .sys_notify

2012-11-08 Thread Toshi Kani
Changed the ACPI container driver to use .sys_notify. Removed ACPI namespace walks and their call-back functions that register and unregister the hotplug handler to all container objects through acpi_[install|remove]_notify_handler(). Renamed the notify handler to container_notify() for

[PATCH v3 4/4] ACPI: Update container to use .sys_notify

2012-11-08 Thread Toshi Kani
Changed the ACPI container driver to use .sys_notify. Removed ACPI namespace walks and their call-back functions that register and unregister the hotplug handler to all container objects through acpi_[install|remove]_notify_handler(). Renamed the notify handler to container_notify() for