diff options
author | Jiapeng Chong <[email protected]> | 2022-05-22 16:47:17 +1000 |
---|---|---|
committer | Dave Chinner <[email protected]> | 2022-05-22 16:47:17 +1000 |
commit | 73c348d4ab5c34aa2186071e66eaa5700d35e104 (patch) | |
tree | 41976b8a70bb2d7264503ac2a116a6a2cc026cb6 | |
parent | 93e6aa4329d07fa01e1016446464c666c5b49b5c (diff) |
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 <[email protected]>
Signed-off-by: Jiapeng Chong <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Dave Chinner <[email protected]>
-rw-r--r-- | fs/xfs/xfs_attr_item.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_attr_item.c b/fs/xfs/xfs_attr_item.c index e8ac88d9fd14..bf9a01b083b8 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" |