projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e996e58
)
[PATCH] Kdump: i386 compiler warning fix
author
Vivek Goyal
<vgoyal@in.ibm.com>
Tue, 10 Jan 2006 04:51:44 +0000
(20:51 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 10 Jan 2006 16:01:27 +0000
(08:01 -0800)
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>
include/asm-i386/kexec.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-i386/kexec.h
b/include/asm-i386/kexec.h
index 8fb1defd98c641b3f19f37a27f6f9ad77aac6ca7..53f0e06672dc1487c8ca22aff551e6ce111edcb6 100644
(file)
--- 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.