diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2016-12-10 23:47:27 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-12-15 17:13:42 -0500 |
commit | 378d5a40fa2c251b31d64e9a7e746f71c2e39b14 (patch) | |
tree | 199e2e868f9d4bb367a9316a91827e110e4924a4 | |
parent | dc67a9f70c0b43b0d1f3aa04407e67ca4cf9b241 (diff) |
fs/logfs: drop __CHECK_ENDIAN__
No need for it anymore: __bitwise checks are now
on by default for everyone.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r-- | fs/logfs/logfs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/logfs/logfs.h b/fs/logfs/logfs.h index 27d040e35faa..11209eefbe59 100644 --- a/fs/logfs/logfs.h +++ b/fs/logfs/logfs.h | |||
@@ -10,9 +10,7 @@ | |||
10 | #ifndef FS_LOGFS_LOGFS_H | 10 | #ifndef FS_LOGFS_LOGFS_H |
11 | #define FS_LOGFS_LOGFS_H | 11 | #define FS_LOGFS_LOGFS_H |
12 | 12 | ||
13 | #undef __CHECK_ENDIAN__ | 13 | #include <linux/types.h> |
14 | #define __CHECK_ENDIAN__ | ||
15 | |||
16 | #include <linux/btree.h> | 14 | #include <linux/btree.h> |
17 | #include <linux/crc32.h> | 15 | #include <linux/crc32.h> |
18 | #include <linux/fs.h> | 16 | #include <linux/fs.h> |