浏览代码

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>
Dmitri Vorobiev 17 年之前
父节点
当前提交
4412620fc2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/x86/kernel/reboot.c

+ 1 - 0
arch/x86/kernel/reboot.c

@@ -9,6 +9,7 @@
 #include <asm/desc.h>
 #include <asm/desc.h>
 #include <asm/hpet.h>
 #include <asm/hpet.h>
 #include <asm/pgtable.h>
 #include <asm/pgtable.h>
+#include <asm/proto.h>
 #include <asm/reboot_fixups.h>
 #include <asm/reboot_fixups.h>
 #include <asm/reboot.h>
 #include <asm/reboot.h>