diff options
| author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 12:17:27 -0500 |
|---|---|---|
| committer | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-30 13:47:13 -0500 |
| commit | 999b697b9d8b15756e65da72c816ef4363a945a5 (patch) | |
| tree | a8a0cbff70c1dd89c7cee76e65f96cc62f7b0b1c /arch | |
| parent | cef3767852a9b1a7ff4a8dfe0969e2d32eb728df (diff) | |
headers_check fix: x86, mce.h
fix the following 'make headers_check' warnings:
usr/include/asm/mce.h:7: include of <linux/types.h> is preferred over <asm/types.h>
usr/include/asm/mce.h:29: 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')
| -rw-r--r-- | arch/x86/include/asm/mce.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/include/asm/mce.h b/arch/x86/include/asm/mce.h index 1d6e17c2f23a..32c6e17b960b 100644 --- a/arch/x86/include/asm/mce.h +++ b/arch/x86/include/asm/mce.h | |||
| @@ -3,8 +3,8 @@ | |||
| 3 | 3 | ||
| 4 | #ifdef __x86_64__ | 4 | #ifdef __x86_64__ |
| 5 | 5 | ||
| 6 | #include <linux/types.h> | ||
| 6 | #include <asm/ioctls.h> | 7 | #include <asm/ioctls.h> |
| 7 | #include <asm/types.h> | ||
| 8 | 8 | ||
| 9 | /* | 9 | /* |
| 10 | * Machine Check support for x86 | 10 | * Machine Check support for x86 |
| @@ -115,8 +115,6 @@ extern int mce_notify_user(void); | |||
| 115 | 115 | ||
| 116 | #endif /* !CONFIG_X86_32 */ | 116 | #endif /* !CONFIG_X86_32 */ |
| 117 | 117 | ||
| 118 | |||
| 119 | |||
| 120 | #ifdef CONFIG_X86_MCE | 118 | #ifdef CONFIG_X86_MCE |
| 121 | extern void mcheck_init(struct cpuinfo_x86 *c); | 119 | extern void mcheck_init(struct cpuinfo_x86 *c); |
| 122 | #else | 120 | #else |
| @@ -126,5 +124,4 @@ extern void stop_mce(void); | |||
| 126 | extern void restart_mce(void); | 124 | extern void restart_mce(void); |
| 127 | 125 | ||
| 128 | #endif /* __KERNEL__ */ | 126 | #endif /* __KERNEL__ */ |
| 129 | |||
| 130 | #endif /* _ASM_X86_MCE_H */ | 127 | #endif /* _ASM_X86_MCE_H */ |
