From: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Date: Fri, 30 Jan 2009 17:18:17 +0000 (+0530) Subject: headers_check fix: x86, mtrr.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d122072cc079d299e5191c9cbb6162ba8791624c;p=linux.git 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> --- diff --git a/arch/x86/include/asm/mtrr.h b/arch/x86/include/asm/mtrr.h index 14080d22edb30..a51ada8467de3 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>