From: Alexander Chiang Date: Wed, 10 Jun 2009 19:55:35 +0000 (+0000) Subject: ACPI: simplify acpi_pci_irq_add_prt() API X-Git-Tag: v2.6.31-rc1~12^2~9^3~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859a3f86ca83346f4097e956d0b27d96aa7a1cff;p=pandora-kernel.git ACPI: simplify acpi_pci_irq_add_prt() API A PCI domain cannot change as you descend down subordinate buses, which makes the 'segment' argument to acpi_pci_irq_add_prt() useless. Change the interface to take a struct pci_bus *, from whence we can derive the bus number and segment. Reducing the number of arguments makes life simpler for callers. Signed-off-by: Alex Chiang Acked-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed