aboutsummaryrefslogtreecommitdiffstats
path: root/mm/kmemcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/kmemcheck.c')
-rw-r--r--mm/kmemcheck.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/kmemcheck.c b/mm/kmemcheck.c
index fd814fd61319..8f8e48acf7d9 100644
--- a/mm/kmemcheck.c
+++ b/mm/kmemcheck.c
@@ -1,7 +1,6 @@
1#include <linux/gfp.h> 1#include <linux/gfp.h>
2#include <linux/mm_types.h> 2#include <linux/mm_types.h>
3#include <linux/mm.h> 3#include <linux/mm.h>
4#include <linux/slab.h>
5#include <linux/kmemcheck.h> 4#include <linux/kmemcheck.h>
6 5
7void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node) 6void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node)