projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
999b697
)
headers_check fix: x86, mtrr.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 17:18:17 +0000
(22:48 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 18:47:39 +0000
(
00:17
+0530)
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 <
[email protected]
>
arch/x86/include/asm/mtrr.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/mtrr.h
b/arch/x86/include/asm/mtrr.h
index 14080d22edb30221300547c855923089c80b8678..a51ada8467de36ddcf729b7f099455225842d28a 100644
(file)
--- 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>