From: Tanzir Hasan Date: Thu, 21 Dec 2023 23:11:01 +0000 (+0000) Subject: mm/damon/vaddr: change asm-generic/mman-common.h to linux/mman.h X-Git-Tag: v6.8-rc1~180^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ae41dffd48a700f4bf69e5377f4311de7d92b78;p=thirdparty%2Fkernel%2Flinux.git mm/damon/vaddr: change asm-generic/mman-common.h to linux/mman.h asm-generic/mman-common.h can be replaced by linux/mman.h and the file will still build correctly. It is an asm-generic file which should be avoided if possible. Link: https://lkml.kernel.org/r/20231221-asmgenericvaddr-v1-1-742b170c914e@google.com Fixes: 6dea8add4d28 ("mm/damon/vaddr: support DAMON-based Operation Schemes") Signed-off-by: Tanzir Hasan Suggested-by: Al Viro Reviewed-by: SeongJae Park Signed-off-by: Andrew Morton --- diff --git a/mm/damon/vaddr.c b/mm/damon/vaddr.c index a67454b825dcd..381559e4a1fab 100644 --- a/mm/damon/vaddr.c +++ b/mm/damon/vaddr.c @@ -7,9 +7,9 @@ #define pr_fmt(fmt) "damon-va: " fmt -#include #include #include +#include #include #include #include