From: Bjorn Helgaas Date: Tue, 30 Oct 2012 06:24:06 +0000 (+0900) Subject: ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_bus X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~34^2~12^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c4412298771b8996302806abc8a11e760da9b3;p=pandora-kernel.git ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_bus This effectively reverts 859a3f86ca8 ("ACPI: simplify acpi_pci_irq_add_prt() API") and d9efae3688a ("ACPI: simplify acpi_pci_irq_del_prt() API"). The reason is to disentangle these routines from the struct pci_bus. We want to be able to add the _PRT before the struct pci_bus exists, and delete the _PRT after we've removed the pci_bus. Signed-off-by: Bjorn Helgaas Signed-off-by: Taku Izumi --- Reading git-diff-tree failed