summaryrefslogtreecommitdiff
path: root/fs/xfs
diff options
context:
space:
mode:
authorWan Jiabing <wanjiabing@vivo.com>2021-10-26 04:53:43 +0300
committerDarrick J. Wong <djwong@kernel.org>2021-10-30 19:28:49 +0300
commit0b9007ec7b9f6d5914fe62b78acc0e3a841b8545 (patch)
treeba2a83d1c9f901c3e6008d8377afb760d58f4085 /fs/xfs
parent5ca5916b6bc93577c360c06cb7cdf71adb9b5faf (diff)
downloadlinux-0b9007ec7b9f6d5914fe62b78acc0e3a841b8545.tar.xz
xfs: Remove duplicated include in xfs_super
Fix following checkincludes.pl warning: ./fs/xfs/xfs_super.c: xfs_btree.h is included more than once. The include is in line 15. Remove the duplicated here. Signed-off-by: Wan Jiabing <wanjiabing@vivo.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_super.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index f4c508428aad..e21459f9923a 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -37,7 +37,6 @@
#include "xfs_reflink.h"
#include "xfs_pwork.h"
#include "xfs_ag.h"
-#include "xfs_btree.h"
#include "xfs_defer.h"
#include <linux/magic.h>