commit | af10b0084dff530fb7232a0f8bbc4499e9c58574 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Dec 24 01:13:13 2005 -0500 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 10 16:15:33 2006 -0700 |
tree | 584a22fa803e770c6dc684a04822f8db448d927f | |
parent | 88c124d847d0fc60531e45323752665b01fc14f0 [diff] [blame] |
[PATCH] befs: prepare to sanitizing headers pulled includes of endian.h from fs/befs/*.c to befs.h Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/fs/befs/befs.h b/fs/befs/befs.h index 057a2c3..c400bb6 100644 --- a/fs/befs/befs.h +++ b/fs/befs/befs.h
@@ -151,4 +151,6 @@ return BEFS_SB(sb)->block_size * run.len; } +#include "endian.h" + #endif /* _LINUX_BEFS_H */