ChangeSet 1.2181.9.14, 2005/03/17 23:26:54-05:00, [EMAIL PROTECTED]

        [ACPI] build fix in acpi_pci_irq_disable()
        
        bk-acpi-acpi_pci_irq_disable-build-fix.patch
        
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Len Brown <[EMAIL PROTECTED]>



 pci_irq.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/drivers/acpi/pci_irq.c b/drivers/acpi/pci_irq.c
--- a/drivers/acpi/pci_irq.c    2005-04-01 08:20:28 -08:00
+++ b/drivers/acpi/pci_irq.c    2005-04-01 08:20:28 -08:00
@@ -492,14 +492,14 @@
         * First we check the PCI IRQ routing table (PRT) for an IRQ.
         */
        gsi = acpi_pci_irq_lookup(dev->bus, PCI_SLOT(dev->devfn), pin,
-                                 &edge_level, &active_high_low);
+                                 &edge_level, &active_high_low, NULL);
        /*
         * If no PRT entry was found, we'll try to derive an IRQ from the
         * device's parent bridge.
         */
        if (gsi < 0)
                gsi = acpi_pci_irq_derive(dev, pin,
-                                         &edge_level, &active_high_low);
+                                         &edge_level, &active_high_low, NULL);
        if (gsi < 0)
                return_VOID;
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to