From: Alexander Chiang Date: Wed, 10 Jun 2009 19:55:40 +0000 (+0000) Subject: ACPI: simplify acpi_pci_irq_del_prt() API X-Git-Tag: v2.6.31-rc1~12^2~9^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9efae3688addb15994c9ad9761dada6f988bc14;p=pandora-kernel.git ACPI: simplify acpi_pci_irq_del_prt() API There is no need to pass a segment/bus tuple to this API, as the callsite always has a struct pci_bus. We can derive segment/bus from the struct pci_bus, so let's take this opportunit to simplify the API and make life easier for the callers. Signed-off-by: Alex Chiang Acked-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed