From ba1ade71012d50c8c9bedfc6ed6c009a7f4de59e Mon Sep 17 00:00:00 2001 From: Jaegeuk Kim Date: Tue, 9 Jan 2018 16:52:25 -0800 Subject: [PATCH] fscrypt: resolve some cherry-pick bugs - remove wrong linux/fscrypt.h declared in ext4 - remove obsolete function Fixes: 734f0d241d2b ("fscrypt: clean up include file mess") Signed-off-by: Jaegeuk Kim --- fs/ext4/ext4.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index bea7d7febdab..b7e921d207fb 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -37,9 +37,6 @@ #include #endif -#define __FS_HAS_ENCRYPTION IS_ENABLED(CONFIG_EXT4_FS_ENCRYPTION) -#include - /* * The fourth extended filesystem constants/structures */