Bläddra i källkod

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 <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Jaswinder Singh Rajput 16 år sedan
förälder
incheckning
999721ca6d
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      arch/x86/include/asm/e820.h

+ 1 - 0
arch/x86/include/asm/e820.h

@@ -49,6 +49,7 @@
 #define E820_RESERVED_KERN        128
 
 #ifndef __ASSEMBLY__
+#include <linux/types.h>
 struct e820entry {
 	__u64 addr;	/* start of memory segment */
 	__u64 size;	/* size of memory segment */