diff options
Diffstat (limited to 'mm/util.c')
-rw-r--r-- | mm/util.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -6,9 +6,6 @@ | |||
6 | #include <linux/sched.h> | 6 | #include <linux/sched.h> |
7 | #include <asm/uaccess.h> | 7 | #include <asm/uaccess.h> |
8 | 8 | ||
9 | #define CREATE_TRACE_POINTS | ||
10 | #include <trace/events/kmem.h> | ||
11 | |||
12 | /** | 9 | /** |
13 | * kstrdup - allocate space for and copy an existing string | 10 | * kstrdup - allocate space for and copy an existing string |
14 | * @s: the string to duplicate | 11 | * @s: the string to duplicate |