Re: [PATCH v2, 3/7] ACPI / container: Use common hotplug code

2013-02-26 Thread Rafael J. Wysocki
On Tuesday, February 26, 2013 04:13:06 PM Toshi Kani wrote: > On Tue, 2013-02-26 at 23:46 +0100, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Switch the ACPI container driver to using common device hotplug code > > introduced previously. This reduces the driver down to a trivial

Re: [PATCH v2, 3/7] ACPI / container: Use common hotplug code

2013-02-26 Thread Toshi Kani
On Tue, 2013-02-26 at 23:46 +0100, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Switch the ACPI container driver to using common device hotplug code > introduced previously. This reduces the driver down to a trivial > definition and registration of a struct acpi_scan_handler object. >