From: Vivek Goyal Date: Tue, 10 Jan 2006 04:51:44 +0000 (-0800) Subject: [PATCH] Kdump: i386 compiler warning fix X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=f05b690248bc928b85cc19ea85a5c6268bb3acaf;p=deliverable%2Flinux.git [PATCH] Kdump: i386 compiler warning fix Fixes a compilation warning message in i386 Signed-off-by: Vivek Goyal Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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 #include +#include /* * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.