浏览代码

[PATCH] Kdump: i386 compiler warning fix

Fixes a compilation warning message in i386

Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Vivek Goyal 19 年之前
父节点
当前提交
f05b690248
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/asm-i386/kexec.h

+ 1 - 0
include/asm-i386/kexec.h

@@ -3,6 +3,7 @@
 
 
 #include <asm/fixmap.h>
 #include <asm/fixmap.h>
 #include <asm/ptrace.h>
 #include <asm/ptrace.h>
+#include <asm/string.h>
 
 
 /*
 /*
  * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.
  * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.