From: Greg Kroah-Hartman Date: Sat, 26 May 2018 06:49:24 +0000 (+0200) Subject: hwtracing: stm: fix build error on some arches X-Git-Tag: v4.17~9^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=806e30873f0e74d9d41b0ef761bd4d3e55c7d510;p=uclinux-h8%2Flinux.git hwtracing: stm: fix build error on some arches Commit b5e2ced9bf81 ("stm class: Use vmalloc for the master map") caused a build error on some arches as vmalloc.h was not explicitly included. Fix that by adding it to the list of includes. Fixes: b5e2ced9bf81 ("stm class: Use vmalloc for the master map") Reported-by: kbuild test robot Cc: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hwtracing/stm/core.c b/drivers/hwtracing/stm/core.c index 657badb479a5..10bcb5d73f90 100644 --- a/drivers/hwtracing/stm/core.c +++ b/drivers/hwtracing/stm/core.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "stm.h" #include