erofs: tidy up redundant includes
authorFerry Meng <mengferry@linux.alibaba.com>
Thu, 26 Oct 2023 02:16:27 +0000 (10:16 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Mon, 30 Oct 2023 22:58:49 +0000 (06:58 +0800)
commitf5deddce60b50b55bcafeebaab1408d203b0f204
tree8773d8aac1a6101d24369afd90a5ddf469c9d492
parent6b8a113cae6cc517579a33ad484355c3e4b3d8e7
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>
fs/erofs/data.c
fs/erofs/decompressor.c
fs/erofs/decompressor_deflate.c
fs/erofs/decompressor_lzma.c
fs/erofs/internal.h
fs/erofs/super.c