[PATCH] Remove unused variable.

From: Bernhard Walle
Date: Fri Jun 20 2008 - 11:05:15 EST


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@xxxxxxx>
---
drivers/pci/quirks.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
index 4b5b49e..292cf26 100644
--- a/drivers/pci/quirks.c
+++ b/drivers/pci/quirks.c
@@ -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;

--
1.5.4.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/