diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/page_alloc.c | 4 | ||||
-rw-r--r-- | mm/util.c | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 2bc2ac63f41..bdb22f55d00 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -48,12 +48,14 @@ #include <linux/page_cgroup.h> #include <linux/debugobjects.h> #include <linux/kmemleak.h> -#include <trace/events/kmem.h> #include <asm/tlbflush.h> #include <asm/div64.h> #include "internal.h" +#define CREATE_TRACE_POINTS +#include <trace/events/kmem.h> + /* * Array of node states. */ diff --git a/mm/util.c b/mm/util.c index 7c35ad95f92..15d197571b4 100644 --- a/mm/util.c +++ b/mm/util.c @@ -6,9 +6,6 @@ #include <linux/sched.h> #include <asm/uaccess.h> -#define CREATE_TRACE_POINTS -#include <trace/events/kmem.h> - /** * kstrdup - allocate space for and copy an existing string * @s: the string to duplicate |