diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-12 09:43:36 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-24 10:21:47 -0400 |
commit | fce39665abb71d01d74ac74eb13dd69a799dfc2f (patch) | |
tree | 92ab6c11995de994390647702cc1fb698127718c | |
parent | f20b11e716936f85850654c49e06a1f955b9e5fc (diff) |
x86: make init_ISA_irqs() static
Moved to i8259 branch to avoid conflicts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | 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 a95d2bd27e9d..64bc0f14285f 100644 --- a/arch/x86/kernel/irqinit_64.c +++ b/arch/x86/kernel/irqinit_64.c | |||
@@ -120,7 +120,7 @@ DEFINE_PER_CPU(vector_irq_t, vector_irq) = { | |||
120 | [IRQ15_VECTOR + 1 ... NR_VECTORS - 1] = -1 | 120 | [IRQ15_VECTOR + 1 ... NR_VECTORS - 1] = -1 |
121 | }; | 121 | }; |
122 | 122 | ||
123 | void __init init_ISA_irqs (void) | 123 | static void __init init_ISA_irqs (void) |
124 | { | 124 | { |
125 | int i; | 125 | int i; |
126 | 126 | ||