fs/logfs: drop __CHECK_ENDIAN__
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 11 Dec 2016 04:47:27 +0000 (06:47 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Dec 2016 22:13:42 +0000 (00:13 +0200)
No need for it anymore: __bitwise checks are now
on by default for everyone.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
fs/logfs/logfs.h

index 27d040e35faa9d01b57649aa498869960e270d02..11209eefbe59ba09b877e4b3808f5d22ba68d748 100644 (file)
@@ -10,9 +10,7 @@
 #ifndef FS_LOGFS_LOGFS_H
 #define FS_LOGFS_LOGFS_H
 
-#undef __CHECK_ENDIAN__
-#define __CHECK_ENDIAN__
-
+#include <linux/types.h>
 #include <linux/btree.h>
 #include <linux/crc32.h>
 #include <linux/fs.h>