dect
/
linux-2.6
Archived
13
0
Fork 0

pci, acpi: reroute PCI interrupt to legacy boot interrupt equivalent, warning fix

This patch just fixes the compiler warning:

  drivers/pci/quirks.c: In function ‘quirk_reroute_to_boot_interrupts_intel’:
  drivers/pci/quirks.c:1375: warning: unused variable ‘i’

Signed-off-by: Bernhard Walle <bwalle@suse.de>
Cc: sassmann@suse.de
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Bernhard Walle 2008-06-20 17:05:33 +02:00 committed by Ingo Molnar
parent 33be833342
commit b0356cd0e7
1 changed files with 0 additions and 2 deletions

View File

@ -1372,8 +1372,6 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x260b, quirk_intel_pcie_pm);
*/
static void quirk_reroute_to_boot_interrupts_intel(struct pci_dev *dev)
{
int i;
if (noioapicquirk)
return;