diff options
author | Vivek Goyal <vgoyal@in.ibm.com> | 2006-01-09 20:51:44 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-10 08:01:27 -0800 |
commit | f05b690248bc928b85cc19ea85a5c6268bb3acaf (patch) | |
tree | 038e44e38036f6ec067325f6ae6139621fec1470 /include | |
parent | e996e58133c475bcf3a229f716b9457267cbaa0a (diff) |
[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>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-i386/kexec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/kexec.h b/include/asm-i386/kexec.h index 8fb1defd98c6..53f0e06672dc 100644 --- a/include/asm-i386/kexec.h +++ b/include/asm-i386/kexec.h @@ -3,6 +3,7 @@ #include <asm/fixmap.h> #include <asm/ptrace.h> +#include <asm/string.h> /* * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return. |