Re: [PATCH] acpi: remove unused LIST_HEAD(acpi_device_list)

2013-07-04 Thread Rafael J. Wysocki
On Thursday, July 04, 2013 12:07:11 PM Haicheng Li wrote: > acpi_device_list is not used by acpi code anymore, could be removed. > > Signed-off-by: Haicheng Li OK, applied. Thanks, Rafael > --- > drivers/acpi/scan.c |1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/acpi/sca

[PATCH] acpi: remove unused LIST_HEAD(acpi_device_list)

2013-07-03 Thread Haicheng Li
acpi_device_list is not used by acpi code anymore, could be removed. Signed-off-by: Haicheng Li --- drivers/acpi/scan.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index 27da630..fcc0cdc 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.