diff options
| author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 12:18:17 -0500 |
|---|---|---|
| committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 13:47:39 -0500 |
| commit | d122072cc079d299e5191c9cbb6162ba8791624c (patch) | |
| tree | e6324201166ebde68a125bf66dd420d625f774b7 | |
| parent | 999b697b9d8b15756e65da72c816ef4363a945a5 (diff) | |
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>
| -rw-r--r-- | arch/x86/include/asm/mtrr.h | 1 |
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 @@ | |||
| 23 | #ifndef _ASM_X86_MTRR_H | 23 | #ifndef _ASM_X86_MTRR_H |
| 24 | #define _ASM_X86_MTRR_H | 24 | #define _ASM_X86_MTRR_H |
| 25 | 25 | ||
| 26 | #include <linux/types.h> | ||
| 26 | #include <linux/ioctl.h> | 27 | #include <linux/ioctl.h> |
| 27 | #include <linux/errno.h> | 28 | #include <linux/errno.h> |
| 28 | 29 | ||
