diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2005-12-24 07:13:13 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-11 01:15:33 +0200 |
commit | af10b0084dff530fb7232a0f8bbc4499e9c58574 (patch) | |
tree | 584a22fa803e770c6dc684a04822f8db448d927f /fs/befs/inode.c | |
parent | [PATCH] befs: remove bogus typedef (diff) | |
download | linux-af10b0084dff530fb7232a0f8bbc4499e9c58574.tar.xz linux-af10b0084dff530fb7232a0f8bbc4499e9c58574.zip |
[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/inode.c')
-rw-r--r-- | fs/befs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/befs/inode.c b/fs/befs/inode.c index d41c9247ae8a..94c17f9a9576 100644 --- a/fs/befs/inode.c +++ b/fs/befs/inode.c @@ -8,7 +8,6 @@ #include "befs.h" #include "inode.h" -#include "endian.h" /* Validates the correctness of the befs inode |