From: Rafael J. Wysocki Date: Thu, 20 Dec 2012 23:36:42 +0000 (+0100) Subject: ACPI: Reduce the usage of struct acpi_bus_ops X-Git-Tag: v3.9-rc1~146^2~12^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca7b3c4f3d85bf7ec225eebb43b6af0a25499c6c;p=pandora-kernel.git ACPI: Reduce the usage of struct acpi_bus_ops 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 utilization of struct acpi_bus_ops objects where clearly possible. Signed-off-by: Rafael J. Wysocki Acked-by: Yinghai Lu Acked-by: Toshi Kani --- Reading git-diff-tree failed