]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ACPI: PCI: remove callback from acpi_pci_irq_lookup & acpi_pci_irq_derive
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Tue, 9 Dec 2008 04:31:01 +0000 (21:31 -0700)
committerLen Brown <len.brown@intel.com>
Wed, 31 Dec 2008 02:33:40 +0000 (21:33 -0500)
commitbeba8a643d7f774cf27c3c92a51b99cebf787415
treecb7a53443160dbda84e8e663b0eb256964869ed4
parent1350487eeb616889f589e9b8c06bd5077452b7e3
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 <bjorn.helgaas@hp.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/pci_irq.c