summaryrefslogtreecommitdiffstats
path: root/fs/befs/datastream.c
diff options
context:
space:
mode:
authorAl Viro2005-12-24 07:13:13 +0100
committerLinus Torvalds2006-10-11 01:15:33 +0200
commitaf10b0084dff530fb7232a0f8bbc4499e9c58574 (patch)
tree584a22fa803e770c6dc684a04822f8db448d927f /fs/befs/datastream.c
parent[PATCH] befs: remove bogus typedef (diff)
downloadkernel-qcow2-linux-af10b0084dff530fb7232a0f8bbc4499e9c58574.tar.gz
kernel-qcow2-linux-af10b0084dff530fb7232a0f8bbc4499e9c58574.tar.xz
kernel-qcow2-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/datastream.c')
-rw-r--r--fs/befs/datastream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/befs/datastream.c b/fs/befs/datastream.c
index b7d6b920f65f..67335e2853f6 100644
--- a/fs/befs/datastream.c
+++ b/fs/befs/datastream.c
@@ -18,7 +18,6 @@
#include "befs.h"
#include "datastream.h"
#include "io.h"
-#include "endian.h"
const befs_inode_addr BAD_IADDR = { 0, 0, 0 };