aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/reboot.c
diff options
context:
space:
mode:
authorDmitri Vorobiev <dmitri.vorobiev@gmail.com>2008-04-28 03:15:59 +0400
committerIngo Molnar <mingo@elte.hu>2008-04-30 23:15:34 +0200
commit4412620fc2772af0fc7a94b2cfa28792a46b4fc8 (patch)
tree904851d6589b7f47e01244d83b84e1a0c225354d /arch/x86/kernel/reboot.c
parentx86 VISWS: build fix (diff)
downloadlinux-dev-4412620fc2772af0fc7a94b2cfa28792a46b4fc8.tar.xz
linux-dev-4412620fc2772af0fc7a94b2cfa28792a46b4fc8.zip
x86: add proper header for reboot_force
This patch fixes one sparse warning by including the appropriate header for the reboot_force symbol. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/reboot.c')
-rw-r--r--arch/x86/kernel/reboot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index a4a838306b2c..07c6d42ab5ff 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -9,6 +9,7 @@
#include <asm/desc.h>
#include <asm/hpet.h>
#include <asm/pgtable.h>
+#include <asm/proto.h>
#include <asm/reboot_fixups.h>
#include <asm/reboot.h>