From: Mika Westerberg Date: Sat, 13 Jul 2013 17:09:59 +0000 (+0300) Subject: ACPI / hotplug / PCI: Get rid of check_sub_bridges() X-Git-Tag: v3.12-rc1~178^2~16^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d8b1d566a5f;p=pandora-kernel.git ACPI / hotplug / PCI: Get rid of check_sub_bridges() Now that acpiphp_check_bridge() always enumerates devices behind the bridge, there is no need to do that for each sub-bridge anymore like it is done in the current ACPI-based PCI hotplug (ACPIPHP) code. Given this we don't need check_sub_bridges() anymore, so drop that function completely. This also simplifies the ACPIPHP code a bit. Signed-off-by: Mika Westerberg Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed