Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af10b008 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] befs: prepare to sanitizing headers



pulled includes of endian.h from fs/befs/*.c to befs.h

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 88c124d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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 };

+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#endif				/* __KERNEL__ */

#include "befs.h"
#include "endian.h"

#define ERRBUFSIZE 1024

+0 −1
Original line number Diff line number Diff line
@@ -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)
Loading