summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorIngo Molnar2009-02-13 13:23:02 +0100
committerIngo Molnar2009-02-13 13:23:02 +0100
commit56cefcea7c8769ffc04a5609e6ac849e36685468 (patch)
tree534045fcda407f5563f6cbad6d21d23694ab4428 /arch/x86
parentx86 headers: remove duplicate pud_large() definition (diff)
downloadkernel-qcow2-linux-56cefcea7c8769ffc04a5609e6ac849e36685468.tar.gz
kernel-qcow2-linux-56cefcea7c8769ffc04a5609e6ac849e36685468.tar.xz
kernel-qcow2-linux-56cefcea7c8769ffc04a5609e6ac849e36685468.zip
x86 headers: include linux/types.h
To properly pick up types relied on by prototypes like 'bool'. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/page.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/page.h b/arch/x86/include/asm/page.h
index 467ce69306b2..89ed9d70b0aa 100644
--- a/arch/x86/include/asm/page.h
+++ b/arch/x86/include/asm/page.h
@@ -1,6 +1,8 @@
#ifndef _ASM_X86_PAGE_H
#define _ASM_X86_PAGE_H
+#include <linux/types.h>
+
#ifdef __KERNEL__
#include <asm/page_types.h>