]> git.baikalelectronics.ru Git - kernel.git/commit
x86: apic.c: xapic_icr_read and x2apic_icr_read should be static
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Tue, 30 Dec 2008 17:16:36 +0000 (22:46 +0530)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 30 Dec 2008 21:31:28 +0000 (13:31 -0800)
commit9d7cfd252adcc710388b45216b912e219420cca7
treeb1296c9af3be9bc75c67ba9812e84d10d7811c25
parent9533ecb3269993c0512ce2e8901caa03d1c536a9
x86: apic.c: xapic_icr_read and x2apic_icr_read should be static

Impact: cleanup, reduce kernel size a bit, avoid sparse warning

Fixes sparse warning:
arch/x86/kernel/apic.c:270:5: warning: symbol 'x2apic_icr_read' was not declared. Should it be static?

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/apic.h
arch/x86/kernel/apic.c