projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264b795
)
romfs: have romfs_fs.h pull in necessary headers
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 13 Jan 2011 01:01:12 +0000
(17:01 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 13 Jan 2011 16:03:23 +0000
(08:03 -0800)
This header uses things like __be32, so pull in linux/types.h.
Further, it uses BLOCK_SIZE, so pull in linux/fs.h.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/romfs_fs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/romfs_fs.h
b/include/linux/romfs_fs.h
index c490fbc43fe2d9e2b243439496654e5c080318cf..5f57f93b284f1db41f0594160a4f74bea7b84dc4 100644
(file)
--- a/
include/linux/romfs_fs.h
+++ b/
include/linux/romfs_fs.h
@@
-1,6
+1,9
@@
#ifndef __LINUX_ROMFS_FS_H
#define __LINUX_ROMFS_FS_H
+#include <linux/types.h>
+#include <linux/fs.h>
+
/* The basic structures of the romfs filesystem */
#define ROMBSIZE BLOCK_SIZE