x86: move mmconfig declarations to header
authorThomas Gleixner <tglx@linutronix.de>
Fri, 2 May 2008 21:42:01 +0000 (23:42 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 30 May 2008 22:45:17 +0000 (15:45 -0700)
arch/x86/kernel/mmconf-fam10h_64.c is missing the prototypes, which
are decalred in arch/x86/kernel/setup_64.c. Move the prototypes and
the inline stubs to the appropriate header file.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found