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:
7e3fa56
)
headers_check fix: alpha, statfs.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Sat, 31 Jan 2009 05:04:04 +0000
(10:34 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Sun, 1 Feb 2009 05:31:22 +0000
(11:01 +0530)
fix the following 'make headers_check' warning:
usr/include/asm-alpha/statfs.h:6: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
arch/alpha/include/asm/statfs.h
patch
|
blob
|
history
diff --git
a/arch/alpha/include/asm/statfs.h
b/arch/alpha/include/asm/statfs.h
index de35cd438a1023a57f3c5dfb4a49230d8ff69aee..ccd2e186bfd8244e5892b181bcb43906cfdd4b08 100644
(file)
--- a/
arch/alpha/include/asm/statfs.h
+++ b/
arch/alpha/include/asm/statfs.h
@@
-1,6
+1,8
@@
#ifndef _ALPHA_STATFS_H
#define _ALPHA_STATFS_H
+#include <linux/types.h>
+
/* Alpha is the only 64-bit platform with 32-bit statfs. And doesn't
even seem to implement statfs64 */
#define __statfs_word __u32