From: Rafael J. Wysocki Date: Sun, 3 Mar 2013 21:35:44 +0000 (+0100) Subject: ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_type X-Git-Tag: v3.9-rc2~16^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=924144818cf0edc5d9d70d3a44e7cbbf4544796c;p=pandora-kernel.git ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_type After PCI and USB have stopped using the .find_bridge() callback in struct acpi_bus_type, the only remaining user of it is SATA, but SATA only pretends to be a user, because it points that callback to a stub always returning -ENODEV. For this reason, drop the SATA's dummy .find_bridge() callback and remove .find_bridge(), which is not used any more, from struct acpi_bus_type entirely. Signed-off-by: Rafael J. Wysocki Acked-by: Yinghai Lu Acked-by: Jeff Garzik --- Reading git-diff-tree failed