diff options
| -rw-r--r-- | mm/kmemcheck.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/kmemcheck.c b/mm/kmemcheck.c index 8f8e48acf7d9..fd814fd61319 100644 --- a/mm/kmemcheck.c +++ b/mm/kmemcheck.c | |||
| @@ -1,6 +1,7 @@ | |||
| 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> | ||
| 4 | #include <linux/kmemcheck.h> | 5 | #include <linux/kmemcheck.h> |
| 5 | 6 | ||
| 6 | void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node) | 7 | void kmemcheck_alloc_shadow(struct page *page, int order, gfp_t flags, int node) |
