From: Jaswinder Singh Rajput Date: Fri, 30 Jan 2009 17:14:58 +0000 (+0530) Subject: headers_check fix: x86, e820.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=999721ca6d0c2540341acb73ac9048cbd6b05d3a;p=deliverable%2Flinux.git headers_check fix: x86, e820.h fix the following 'make headers_check' warning: usr/include/asm/e820.h:44: found __[us]{8,16,32,64} type without #include Signed-off-by: Jaswinder Singh Rajput --- diff --git a/arch/x86/include/asm/e820.h b/arch/x86/include/asm/e820.h index 3d8ceddbd407..00d41ce4c844 100644 --- a/arch/x86/include/asm/e820.h +++ b/arch/x86/include/asm/e820.h @@ -49,6 +49,7 @@ #define E820_RESERVED_KERN 128 #ifndef __ASSEMBLY__ +#include struct e820entry { __u64 addr; /* start of memory segment */ __u64 size; /* size of memory segment */