summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2017-02-24 14:58:56 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-24 17:46:55 -0800
commitf2bf14d14dbc50dc56be3ebd18652ea2738ef6f8 (patch)
treecedded01b8fe42e8c2eae0a7b32c66d3fda5c99b /mm
parent5d17a73a2ebeb8d1c6924b91e53ab2650fe86ffb (diff)
downloadlinux-f2bf14d14dbc50dc56be3ebd18652ea2738ef6f8.tar.gz
linux-f2bf14d14dbc50dc56be3ebd18652ea2738ef6f8.tar.xz
mm/page_alloc.c: remove duplicate inclusion of page_ext.h
Link: http://lkml.kernel.org/r/20170202011942.1609-1-standby24x7@gmail.com Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm')
-rw-r--r--mm/page_alloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c
index 8a0f33624335..f8ef2c90edbe 100644
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@ -59,7 +59,6 @@
#include <linux/prefetch.h>
#include <linux/mm_inline.h>
#include <linux/migrate.h>
-#include <linux/page_ext.h>
#include <linux/hugetlb.h>
#include <linux/sched/rt.h>
#include <linux/page_owner.h>