diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2005-12-24 01:13:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-10 19:15:33 -0400 |
commit | af10b0084dff530fb7232a0f8bbc4499e9c58574 (patch) | |
tree | 584a22fa803e770c6dc684a04822f8db448d927f /fs/befs/endian.h | |
parent | 88c124d847d0fc60531e45323752665b01fc14f0 (diff) |
[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>
Diffstat (limited to 'fs/befs/endian.h')
-rw-r--r-- | fs/befs/endian.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/befs/endian.h b/fs/befs/endian.h index 9ecaea4e3325..d77a26e7bd97 100644 --- a/fs/befs/endian.h +++ b/fs/befs/endian.h | |||
@@ -10,7 +10,6 @@ | |||
10 | #define LINUX_BEFS_ENDIAN | 10 | #define LINUX_BEFS_ENDIAN |
11 | 11 | ||
12 | #include <linux/byteorder/generic.h> | 12 | #include <linux/byteorder/generic.h> |
13 | #include "befs.h" | ||
14 | 13 | ||
15 | static inline u64 | 14 | static inline u64 |
16 | fs64_to_cpu(const struct super_block *sb, u64 n) | 15 | fs64_to_cpu(const struct super_block *sb, u64 n) |