From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: [patch 1/1] bk-acpi-acpi_pci_irq_disable build fix Date: 17 Mar 2005 23:30:20 -0500 Message-ID: <1111120217.9335.143.camel@d845pe> References: <200503120957.j2C9vs7u000794@shell0.pdx.osdl.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit In-Reply-To: <200503120957.j2C9vs7u000794-bipKiLWnuIsyyg0EjBt7GtHuzzzSOjJt@public.gmane.org> Sender: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Errors-To: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , List-Archive: To: Andrew Morton Cc: ACPI Developers List-Id: linux-acpi@vger.kernel.org Applied. thanks, -Len On Sat, 2005-03-12 at 04:57, akpm-3NddpPZAyC0@public.gmane.org wrote: > > drivers/acpi/pci_irq.c: In function `acpi_pci_irq_disable': > drivers/acpi/pci_irq.c:495: error: too few arguments to function > `acpi_pci_irq_lookup' > drivers/acpi/pci_irq.c:502: error: too few arguments to function > `acpi_pci_irq_derive' > > Wild-assed guess: > > Signed-off-by: Andrew Morton > --- > > 25-akpm/drivers/acpi/pci_irq.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff -puN > drivers/acpi/pci_irq.c~bk-acpi-acpi_pci_irq_disable-build-fix > drivers/acpi/pci_irq.c > --- > 25/drivers/acpi/pci_irq.c~bk-acpi-acpi_pci_irq_disable-build-fix > 2005-03-12 01:57:08.000000000 -0800 > +++ 25-akpm/drivers/acpi/pci_irq.c 2005-03-12 01:57:08.000000000 > -0800 > @@ -482,14 +482,14 @@ acpi_pci_irq_disable ( > * 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; > > _ > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click