[PATCH] x86: irqinit_64.c init_ISA_irqs should be static

From: Jaswinder Singh
Date: Mon Dec 15 2008 - 22:48:51 EST


Signed-off-by: Jaswinder Singh <jaswinder@xxxxxxxxxxxxx>
---
arch/x86/kernel/irqinit_64.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/irqinit_64.c b/arch/x86/kernel/irqinit_64.c
index b33d02f..b0611ca 100644
--- a/arch/x86/kernel/irqinit_64.c
+++ b/arch/x86/kernel/irqinit_64.c
@@ -69,7 +69,7 @@ DEFINE_PER_CPU(vector_irq_t, vector_irq) = {
[IRQ15_VECTOR + 1 ... NR_VECTORS - 1] = -1
};

-void __init init_ISA_irqs(void)
+static void __init init_ISA_irqs(void)
{
int i;

--
1.5.5.1



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