diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/util.c b/mm/util.c index 0e74a22791cb..6794a336e9af 100644 --- a/mm/util.c +++ b/mm/util.c @@ -7,7 +7,7 @@ #include <asm/uaccess.h> #define CREATE_TRACE_POINTS -#include <trace/kmem.h> +#include <trace/events/kmem.h> /** * kstrdup - allocate space for and copy an existing string |