]> git.baikalelectronics.ru Git - kernel.git/commit
x86: io_apic.c io_apic_sync should be static
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Mon, 29 Dec 2008 15:04:35 +0000 (20:34 +0530)
committerIngo Molnar <mingo@elte.hu>
Mon, 29 Dec 2008 17:17:31 +0000 (18:17 +0100)
commit1415370f90c1a5d03f7abb1893673b32456c0d8b
tree4c2077c2f4e097fa18fda806c9e051f4fdd363bc
parent12a8cffc74111f4c39c0512d82214c03c5b64e90
x86: io_apic.c io_apic_sync should be static

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

Fixes sparse warning:

  arch/x86/kernel/io_apic.c:709:6: warning: symbol 'io_apic_sync' was not declared. Should it be static?

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/io_apic.c