From: Jiapeng Chong Date: Sun, 22 May 2022 06:47:17 +0000 (+1000) Subject: xfs: Remove duplicate include X-Git-Tag: v5.19-rc1~70^2~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=73c348d4ab5c34aa2186071e66eaa5700d35e104;p=thirdparty%2Fkernel%2Flinux.git xfs: Remove duplicate include Clean up the following includecheck warning: ./fs/xfs/xfs_attr_item.c: xfs_inode.h is included more than once. Reported-by: Abaci Robot Signed-off-by: Jiapeng Chong Reviewed-by: Darrick J. Wong Signed-off-by: Dave Chinner --- diff --git a/fs/xfs/xfs_attr_item.c b/fs/xfs/xfs_attr_item.c index e8ac88d9fd144..bf9a01b083b87 100644 --- a/fs/xfs/xfs_attr_item.c +++ b/fs/xfs/xfs_attr_item.c @@ -22,7 +22,6 @@ #include "xfs_attr.h" #include "xfs_attr_item.h" #include "xfs_trace.h" -#include "xfs_inode.h" #include "xfs_trans_space.h" #include "xfs_errortag.h" #include "xfs_error.h"