[2.6 patch] i386 quirks.c: make a function static

From: Adrian Bunk
Date: Fri Feb 11 2005 - 14:15:43 EST


This patch makes a needlessly global function static.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 16 Jan 2005

--- linux-2.6.11-rc1-mm1-full/arch/i386/kernel/quirks.c.old 2005-01-16 04:42:55.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/i386/kernel/quirks.c 2005-01-16 04:43:39.000000000 +0100
@@ -7,7 +7,7 @@

#if defined(CONFIG_X86_IO_APIC) && defined(CONFIG_SMP) && defined(CONFIG_PCI)

-void __devinit quirk_intel_irqbalance(struct pci_dev *dev)
+static void __devinit quirk_intel_irqbalance(struct pci_dev *dev)
{
u8 config, rev;
u32 word;

-
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/