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:
5d461bf
)
headers_check fix: linux/bfs_fs.h
author
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 15:04:15 +0000
(20:34 +0530)
committer
Jaswinder Singh Rajput
<
[email protected]
>
Fri, 30 Jan 2009 18:10:06 +0000
(23:40 +0530)
fix the following 'make headers_check' warning:
usr/include/linux/bfs_fs.h:24: found __[us]{8,16,32,64} type without #include <linux/types.h>
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
include/linux/bfs_fs.h
patch
|
blob
|
history
diff --git
a/include/linux/bfs_fs.h
b/include/linux/bfs_fs.h
index 8ed6dfdcd78337f3a5b36066223c3cd2bc2ade80..1c0b355aa51548174e2b7325c62ab8664d2ae3e3 100644
(file)
--- a/
include/linux/bfs_fs.h
+++ b/
include/linux/bfs_fs.h
@@
-6,6
+6,8
@@
#ifndef _LINUX_BFS_FS_H
#define _LINUX_BFS_FS_H
+#include <linux/types.h>
+
#define BFS_BSIZE_BITS 9
#define BFS_BSIZE (1<<BFS_BSIZE_BITS)
@@
-17,7
+19,6
@@
#define BFS_VDIR 2L
#define BFS_VREG 1L
-
/* BFS inode layout on disk */
struct bfs_inode {
__le16 i_ino;