dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Dmitri Vorobiev 2008-04-28 03:15:59 +04:00 committed by Ingo Molnar
parent 3e8f7e35f3
commit 4412620fc2
1 changed files with 1 additions and 0 deletions

View File

@ -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>