[PATCH 4/6] ACPI: Reduce the usage of struct acpi_bus_ops

2012-12-09 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Objects of type struct acpi_bus_ops are currently used to pass information between different parts of the ACPI namespace scanning code, sometimes in quite convoluted ways. It turns out that that is not necessary in some cases, so simplify the code by reducing the

[PATCH 4/6] ACPI: Reduce the usage of struct acpi_bus_ops

2012-12-09 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Objects of type struct acpi_bus_ops are currently used to pass information between different parts of the ACPI namespace scanning code, sometimes in quite convoluted ways. It turns out that that is not necessary in some cases, so simplify the