From: Bjorn Helgaas Date: Tue, 9 Dec 2008 04:31:01 +0000 (-0700) Subject: ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_derive X-Git-Tag: v2.6.29-rc1~34^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beba8a643d7f774cf27c3c92a51b99cebf787415;p=pandora-kernel.git ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_derive We currently pass a callback function (either acpi_pci_allocate_irq() or acpi_pci_free_irq()) to acpi_pci_irq_lookup() and acpi_pci_irq_derive(). I think it's simpler to remove the callback and just have the enable/ disable functions make the calls directly. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed