mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
mm_types_task.h: Trim dependencies
more sched.h header dependency trimming Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
9983deb26d
commit
959d8dc804
@ -9,9 +9,6 @@
|
||||
*/
|
||||
|
||||
#include <linux/types.h>
|
||||
#include <linux/threads.h>
|
||||
#include <linux/atomic.h>
|
||||
#include <linux/cpumask.h>
|
||||
|
||||
#include <asm/page.h>
|
||||
|
||||
@ -36,6 +33,8 @@ enum {
|
||||
NR_MM_COUNTERS
|
||||
};
|
||||
|
||||
struct page;
|
||||
|
||||
struct page_frag {
|
||||
struct page *page;
|
||||
#if (BITS_PER_LONG > 32) || (PAGE_SIZE >= 65536)
|
||||
|
Loading…
Reference in New Issue
Block a user