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

2005-02-11 Thread Adrian Bunk
This patch makes a needlessly global function static.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

---

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.0 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/i386/kernel/quirks.c 2005-01-16 
04:43:39.0 +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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2005-02-11 Thread Adrian Bunk
This patch makes a needlessly global function static.

Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

---

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.0 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/i386/kernel/quirks.c 2005-01-16 
04:43:39.0 +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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2005-01-16 Thread Adrian Bunk
The patch below makes a needlessly global function static.


Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

--- linux-2.6.11-rc1-mm1-full/arch/i386/kernel/quirks.c.old 2005-01-16 
04:42:55.0 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/i386/kernel/quirks.c 2005-01-16 
04:43:39.0 +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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


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

2005-01-16 Thread Adrian Bunk
The patch below makes a needlessly global function static.


Signed-off-by: Adrian Bunk [EMAIL PROTECTED]

--- linux-2.6.11-rc1-mm1-full/arch/i386/kernel/quirks.c.old 2005-01-16 
04:42:55.0 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/i386/kernel/quirks.c 2005-01-16 
04:43:39.0 +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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/