From: Andrew Morton Date: Wed, 11 May 2022 00:47:12 +0000 (-0700) Subject: damon-convert-__damon_va_three_regions-to-use-the-vma-iterator-fix X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=c93dbc3f56e0d6dc5269c7e52c07dae6d8bc5796;p=users%2Fjedix%2Flinux-maple.git damon-convert-__damon_va_three_regions-to-use-the-vma-iterator-fix vaddr-test.h no longer needs internal.h Cc: Catalin Marinas Cc: David Howells Cc: Davidlohr Bueso Cc: "Liam R. Howlett" Cc: Matthew Wilcox (Oracle) Cc: SeongJae Park Cc: Vlastimil Babka Cc: Will Deacon Signed-off-by: Andrew Morton --- diff --git a/mm/damon/vaddr-test.h b/mm/damon/vaddr-test.h index dbf2b8759607..0cede98df885 100644 --- a/mm/damon/vaddr-test.h +++ b/mm/damon/vaddr-test.h @@ -13,7 +13,6 @@ #define _DAMON_VADDR_TEST_H #include -#include "../../mm/internal.h" static void __link_vmas(struct maple_tree *mt, struct vm_area_struct *vmas, ssize_t nr_vmas)