Re: [PATCH 2/2] ACPI / scan: Make container driver use struct acpi_scan_handler

2013-02-08 Thread Rafael J. Wysocki
On Thursday, February 07, 2013 07:32:22 PM Yinghai Lu wrote: > On Thu, Feb 7, 2013 at 4:27 PM, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Make the ACPI container driver use struct acpi_scan_handler for > > representing the object used to initialize ACPI containers and remove > >

Re: [PATCH 2/2] ACPI / scan: Make container driver use struct acpi_scan_handler

2013-02-07 Thread Yinghai Lu
On Thu, Feb 7, 2013 at 4:27 PM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Make the ACPI container driver use struct acpi_scan_handler for > representing the object used to initialize ACPI containers and remove > the ACPI driver structure used previously and the data structures > crea

[PATCH 2/2] ACPI / scan: Make container driver use struct acpi_scan_handler

2013-02-07 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Make the ACPI container driver use struct acpi_scan_handler for representing the object used to initialize ACPI containers and remove the ACPI driver structure used previously and the data structures created by it, since in fact they were not used for any purpose. This si