diff options
author | Ferry Meng <mengferry@linux.alibaba.com> | 2023-10-26 04:16:27 +0200 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2023-10-30 23:58:49 +0100 |
commit | f5deddce60b50b55bcafeebaab1408d203b0f204 (patch) | |
tree | 8773d8aac1a6101d24369afd90a5ddf469c9d492 /fs/erofs/data.c | |
parent | erofs: get rid of ROOT_NID() (diff) | |
download | linux-f5deddce60b50b55bcafeebaab1408d203b0f204.tar.xz linux-f5deddce60b50b55bcafeebaab1408d203b0f204.zip |
erofs: tidy up redundant includes
- Remove unused includes like <linux/parser.h> and <linux/prefetch.h>;
- Move common includes into "internal.h".
Signed-off-by: Ferry Meng <mengferry@linux.alibaba.com>
Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Reviewed-by: Yue Hu <huyue2@coolpad.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Link: https://lore.kernel.org/r/20231026021627.23284-2-mengferry@linux.alibaba.com
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Diffstat (limited to 'fs/erofs/data.c')
-rw-r--r-- | fs/erofs/data.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/erofs/data.c b/fs/erofs/data.c index 0c2c99c58b5e..ceb6c248bf40 100644 --- a/fs/erofs/data.c +++ b/fs/erofs/data.c @@ -5,9 +5,7 @@ * Copyright (C) 2021, Alibaba Cloud */ #include "internal.h" -#include <linux/prefetch.h> #include <linux/sched/mm.h> -#include <linux/dax.h> #include <trace/events/erofs.h> void erofs_unmap_metabuf(struct erofs_buf *buf) |