projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6de3a
)
x86: irqinit_64.c init_ISA_irqs should be static
author
Jaswinder Singh Rajput
<jaswinderlinux@gmail.com>
Tue, 30 Dec 2008 15:40:13 +0000
(21:10 +0530)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 4 Jan 2009 17:19:41 +0000
(18:19 +0100)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/irqinit_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/irqinit_64.c
b/arch/x86/kernel/irqinit_64.c
index cb875a63867d7eb2e2f63bf9ebbb4b29153f84b4..da481a1e3f303f8fe3bf10995e8e218cc556f2d4 100644
(file)
--- a/
arch/x86/kernel/irqinit_64.c
+++ b/
arch/x86/kernel/irqinit_64.c
@@
-81,7
+81,7
@@
int vector_used_by_percpu_irq(unsigned int vector)
return 0;
}
-void __init init_ISA_irqs(void)
+
static
void __init init_ISA_irqs(void)
{
int i;