]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitec8c842a524888fdcccece337d91798e3e8af880
treeb1296c9af3be9bc75c67ba9812e84d10d7811c25
parentc62e9d56ea90ef94f9708ce3f11860c20fa5e135
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