From: Kent Overstreet Date: Mon, 11 Dec 2023 19:15:35 +0000 (-0500) Subject: mm_types_task.h: Trim dependencies X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=959d8dc8046186ffea5410f51fcb309880f0dfaa;p=linux.git mm_types_task.h: Trim dependencies more sched.h header dependency trimming Signed-off-by: Kent Overstreet --- diff --git a/include/linux/mm_types_task.h b/include/linux/mm_types_task.h index aa44fff8bb9da..a2f6179b672b8 100644 --- a/include/linux/mm_types_task.h +++ b/include/linux/mm_types_task.h @@ -9,9 +9,6 @@ */ #include -#include -#include -#include #include @@ -36,6 +33,8 @@ enum { NR_MM_COUNTERS }; +struct page; + struct page_frag { struct page *page; #if (BITS_PER_LONG > 32) || (PAGE_SIZE >= 65536)