From: Ben Dooks Date: Sat, 19 Oct 2019 03:20:17 +0000 (-0700) Subject: mm: include for is_vma_temporary_stack X-Git-Tag: v5.15~5279^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=444f84fd2ac7bae36f3dd3ce1d39d11211c2c72a;p=platform%2Fkernel%2Flinux-starfive.git mm: include for is_vma_temporary_stack Include for the definition of is_vma_temporary_stack to fix the following sparse warning: mm/rmap.c:1673:6: warning: symbol 'is_vma_temporary_stack' was not declared. Should it be static? Link: http://lkml.kernel.org/r/20191009151155.27763-1-ben.dooks@codethink.co.uk Signed-off-by: Ben Dooks Reviewed-by: Qian Cai Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/rmap.c b/mm/rmap.c index d9a23bb..0c7b2a9 100644 --- a/mm/rmap.c +++ b/mm/rmap.c @@ -61,6 +61,7 @@ #include #include #include +#include #include #include #include