From: Jaswinder Singh Rajput Date: Mon, 29 Dec 2008 16:41:40 +0000 (+0530) Subject: x86: genx2apic_phys.c: x2apic_send_IPI_self and init_x2apic_ldr should be static X-Git-Tag: v2.6.29-rc1~536^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d08d97f5262dab4482af5bc91b30af4ca02269e;p=pandora-kernel.git x86: genx2apic_phys.c: x2apic_send_IPI_self and init_x2apic_ldr should be static Impact: cleanup, reduce kernel size a bit, avoid sparse warnings Fixes sparse warnings: arch/x86/kernel/genx2apic_phys.c:164:6: warning: symbol 'x2apic_send_IPI_self' was not declared. Should it be static? arch/x86/kernel/genx2apic_phys.c:169:6: warning: symbol 'init_x2apic_ldr' was not declared. Should it be static? Signed-off-by: Jaswinder Singh Rajput Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed