[PATCH] befs: prepare to sanitizing headers
authorAl Viro <viro@ftp.linux.org.uk>
Sat, 24 Dec 2005 06:13:13 +0000 (01:13 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 10 Oct 2006 23:15:33 +0000 (16:15 -0700)
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>
fs/befs/befs.h
fs/befs/btree.c
fs/befs/datastream.c
fs/befs/debug.c
fs/befs/endian.h
fs/befs/inode.c
fs/befs/linuxvfs.c
fs/befs/super.c

index 057a2c3..c400bb6 100644 (file)
@@ -151,4 +151,6 @@ befs_brun_size(struct super_block *sb, befs_block_run run)
        return BEFS_SB(sb)->block_size * run.len;
 }
 
+#include "endian.h"
+
 #endif                         /* _LINUX_BEFS_H */
index 76e2197..12e0fd6 100644 (file)
@@ -30,7 +30,6 @@
 #include "befs.h"
 #include "btree.h"
 #include "datastream.h"
-#include "endian.h"
 
 /*
  * The btree functions in this file are built on top of the
index b7d6b92..67335e2 100644 (file)
@@ -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 };
 
index 875cc0a..3afd088 100644 (file)
@@ -21,7 +21,6 @@
 #endif                         /* __KERNEL__ */
 
 #include "befs.h"
-#include "endian.h"
 
 #define ERRBUFSIZE 1024
 
index 9ecaea4..d77a26e 100644 (file)
@@ -10,7 +10,6 @@
 #define LINUX_BEFS_ENDIAN
 
 #include <linux/byteorder/generic.h>
-#include "befs.h"
 
 static inline u64
 fs64_to_cpu(const struct super_block *sb, u64 n)
index d41c924..94c17f9 100644 (file)
@@ -8,7 +8,6 @@
 
 #include "befs.h"
 #include "inode.h"
-#include "endian.h"
 
 /*
        Validates the correctness of the befs inode
index 57020c7..07f7144 100644 (file)
@@ -22,7 +22,6 @@
 #include "datastream.h"
 #include "super.h"
 #include "io.h"
-#include "endian.h"
 
 MODULE_DESCRIPTION("BeOS File System (BeFS) driver");
 MODULE_AUTHOR("Will Dyson");
index 4557acb..8c3401f 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "befs.h"
 #include "super.h"
-#include "endian.h"
 
 /**
  * load_befs_sb -- Read from disk and properly byteswap all the fields