projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680afbf
)
x86: make init_ISA_irqs() static
author
Thomas Gleixner
<tglx@linutronix.de>
Mon, 12 May 2008 13:43:36 +0000
(15:43 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 24 May 2008 14:45:36 +0000
(16:45 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/i8259_64.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/i8259_64.c
b/arch/x86/kernel/i8259_64.c
index
b44095e
..
31f49e8
100644
(file)
--- a/
arch/x86/kernel/i8259_64.c
+++ b/
arch/x86/kernel/i8259_64.c
@@
-134,7
+134,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;