From: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> This patch includes struct page definition to fix build failure on xtensa. Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> --- mm/debug_page_ref.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mm/debug_page_ref.c b/mm/debug_page_ref.c index 87e60e8..1aef3d5 100644 --- a/mm/debug_page_ref.c +++ b/mm/debug_page_ref.c @@ -1,3 +1,4 @@ +#include <linux/mm_types.h> #include <linux/tracepoint.h> #define CREATE_TRACE_POINTS -- 1.9.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>