x86: vsmp_64 add missing includes
authorThomas Gleixner <tglx@linutronix.de>
Mon, 12 May 2008 13:43:34 +0000 (15:43 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 06:58:24 +0000 (08:58 +0200)
commiteef8f871d84b5df1a24902a4e4700188be1aff2c
treebb54303758160d1a478d484e2b502fe26270078a
parent75d3bce2fc0a80f435fe12f2c9ed2632c8ac29e4
x86: vsmp_64 add missing includes

sparse mutters:
arch/x86/kernel/vsmp_64.c:126:5: warning: symbol 'is_vsmp_box' was not declared. Should it be static?
arch/x86/kernel/vsmp_64.c:145:13: warning: symbol 'vsmp_init' was not declared. Should it be static?

Include the appropriate headers.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/vsmp_64.c