commit | beba8a643d7f774cf27c3c92a51b99cebf787415 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Dec 08 21:31:01 2008 -0700 |
committer | Len Brown <len.brown@intel.com> | Tue Dec 30 21:33:40 2008 -0500 |
tree | cb7a53443160dbda84e8e663b0eb256964869ed4 | |
parent | 1350487eeb616889f589e9b8c06bd5077452b7e3 [diff] |
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>