Re: [PATCH 4/4] ACPI: remove acpi_op_start workaround

2012-10-04 Thread Konrad Rzeszutek Wilk
On Wed, Oct 3, 2012 at 7:00 PM, Yinghai Lu wrote: > No .start on any acpi_driver ops anymore. Could you include the git commit number (of the one that removed it) and a little description of why it was removed please? > > Signed-off-by: Yinghai Lu > --- > drivers/acpi/scan.c | 95 ++

[PATCH 4/4] ACPI: remove acpi_op_start workaround

2012-10-03 Thread Yinghai Lu
No .start on any acpi_driver ops anymore. Signed-off-by: Yinghai Lu --- drivers/acpi/scan.c | 95 -- include/acpi/acpi_bus.h |8 2 files changed, 17 insertions(+), 86 deletions(-) diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c i