summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorJaswinder Singh Rajput2009-01-30 18:18:17 +0100
committerJaswinder Singh Rajput2009-01-30 19:47:39 +0100
commitd122072cc079d299e5191c9cbb6162ba8791624c (patch)
treee6324201166ebde68a125bf66dd420d625f774b7 /arch/x86
parentheaders_check fix: x86, mce.h (diff)
downloadkernel-qcow2-linux-d122072cc079d299e5191c9cbb6162ba8791624c.tar.gz
kernel-qcow2-linux-d122072cc079d299e5191c9cbb6162ba8791624c.tar.xz
kernel-qcow2-linux-d122072cc079d299e5191c9cbb6162ba8791624c.zip
headers_check fix: x86, mtrr.h
fix the following 'make headers_check' warning: usr/include/asm/mtrr.h:61: found __[us]{8,16,32,64} type without #include <linux/types.h> Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/mtrr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mtrr.h b/arch/x86/include/asm/mtrr.h
index 14080d22edb3..a51ada8467de 100644
--- a/arch/x86/include/asm/mtrr.h
+++ b/arch/x86/include/asm/mtrr.h
@@ -23,6 +23,7 @@
#ifndef _ASM_X86_MTRR_H
#define _ASM_X86_MTRR_H
+#include <linux/types.h>
#include <linux/ioctl.h>
#include <linux/errno.h>