From: Michael S. Tsirkin Date: Sun, 11 Dec 2016 04:47:27 +0000 (+0200) Subject: fs/logfs: drop __CHECK_ENDIAN__ X-Git-Tag: v4.10-rc1~78^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=378d5a40fa2c251b31d64e9a7e746f71c2e39b14;p=users%2Fdwmw2%2Flinux.git 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 --- diff --git a/fs/logfs/logfs.h b/fs/logfs/logfs.h index 27d040e35faa9..11209eefbe59b 100644 --- a/fs/logfs/logfs.h +++ b/fs/logfs/logfs.h @@ -10,9 +10,7 @@ #ifndef FS_LOGFS_LOGFS_H #define FS_LOGFS_LOGFS_H -#undef __CHECK_ENDIAN__ -#define __CHECK_ENDIAN__ - +#include #include #include #include