Commit 959d8dc8 authored by Kent Overstreet's avatar Kent Overstreet

mm_types_task.h: Trim dependencies

more sched.h header dependency trimming
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 9983deb2
...@@ -9,9 +9,6 @@ ...@@ -9,9 +9,6 @@
*/ */
#include <linux/types.h> #include <linux/types.h>
#include <linux/threads.h>
#include <linux/atomic.h>
#include <linux/cpumask.h>
#include <asm/page.h> #include <asm/page.h>
...@@ -36,6 +33,8 @@ enum { ...@@ -36,6 +33,8 @@ enum {
NR_MM_COUNTERS NR_MM_COUNTERS
}; };
struct page;
struct page_frag { struct page_frag {
struct page *page; struct page *page;
#if (BITS_PER_LONG > 32) || (PAGE_SIZE >= 65536) #if (BITS_PER_LONG > 32) || (PAGE_SIZE >= 65536)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment