From: Bjorn Helgaas Date: Tue, 30 Oct 2012 06:24:50 +0000 (+0900) Subject: PCI/ACPI: Add _PRT interrupt routing info before enumerating devices X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~34^2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4761ba2d6adbe24c792ec6223a5884ae4e82430;p=pandora-kernel.git PCI/ACPI: Add _PRT interrupt routing info before enumerating devices We used to add the _PRT after enumerating devices behind a new host bridge. This moves the _PRT addition *before* the enumeration, since it no longer depends on the struct pci_bus existing. This is one step towards consolidating the .add/.start methods. Signed-off-by: Bjorn Helgaas Signed-off-by: Taku Izumi --- Reading git-diff-tree failed