diff --git a/[refs] b/[refs] index 7d78b819266c..171792a73ced 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ba005e1f417295d28cd1563ab82bc33af07fb16a +refs/heads/master: 4d795fb17a02a87e35782773b88b7a63acfbeaae diff --git a/trunk/mm/page_alloc.c b/trunk/mm/page_alloc.c index bdb22f55d006..2bc2ac63f41e 100644 --- a/trunk/mm/page_alloc.c +++ b/trunk/mm/page_alloc.c @@ -48,14 +48,12 @@ #include #include #include +#include #include #include #include "internal.h" -#define CREATE_TRACE_POINTS -#include - /* * Array of node states. */ diff --git a/trunk/mm/util.c b/trunk/mm/util.c index 15d197571b4d..7c35ad95f927 100644 --- a/trunk/mm/util.c +++ b/trunk/mm/util.c @@ -6,6 +6,9 @@ #include #include +#define CREATE_TRACE_POINTS +#include + /** * kstrdup - allocate space for and copy an existing string * @s: the string to duplicate