Skip to content

Commit 959d8dc

Browse files
author
Kent Overstreet
committed
mm_types_task.h: Trim dependencies
more sched.h header dependency trimming Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent 9983deb commit 959d8dc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/linux/mm_types_task.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
*/
1010

1111
#include <linux/types.h>
12-
#include <linux/threads.h>
13-
#include <linux/atomic.h>
14-
#include <linux/cpumask.h>
1512

1613
#include <asm/page.h>
1714

@@ -36,6 +33,8 @@ enum {
3633
NR_MM_COUNTERS
3734
};
3835

36+
struct page;
37+
3938
struct page_frag {
4039
struct page *page;
4140
#if (BITS_PER_LONG > 32) || (PAGE_SIZE >= 65536)

0 commit comments

Comments
 (0)