From ea3a96a69f5ae083b4a38db8ca1ae8b89675d511 Mon Sep 17 00:00:00 2001 From: "Liam R. Howlett" Date: Thu, 6 Aug 2020 20:17:45 -0400 Subject: [PATCH] mm/mmap.c: Fix includes for tracepoints Signed-off-by: Liam R. Howlett --- mm/mmap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mm/mmap.c b/mm/mmap.c index 4444324151d0..bc56cfc9e017 100644 --- a/mm/mmap.c +++ b/mm/mmap.c @@ -54,10 +54,9 @@ #define CREATE_TRACE_POINTS #include +#include #include "internal.h" -#define CREATE_TRACE_POINTS -#include extern void mt_validate(struct maple_tree *mt); #ifndef arch_mmap_check -- 2.50.1