From: Michal Suchanek Date: Thu, 29 Jul 2021 18:01:03 +0000 (+0200) Subject: powerpc/stacktrace: Include linux/delay.h X-Git-Tag: v5.15~371^2~137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a6cae77f1bc89368a4e2822afcddc45c3062d499;p=platform%2Fkernel%2Flinux-starfive.git powerpc/stacktrace: Include linux/delay.h commit 7c6986ade69e ("powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()") introduces udelay() call without including the linux/delay.h header. This may happen to work on master but the header that declares the functionshould be included nonetheless. Fixes: 7c6986ade69e ("powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()") Signed-off-by: Michal Suchanek Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20210729180103.15578-1-msuchanek@suse.de --- diff --git a/arch/powerpc/kernel/stacktrace.c b/arch/powerpc/kernel/stacktrace.c index 2b0d04a..9e4a4a7 100644 --- a/arch/powerpc/kernel/stacktrace.c +++ b/arch/powerpc/kernel/stacktrace.c @@ -8,6 +8,7 @@ * Copyright 2018 Nick Piggin, Michael Ellerman, IBM Corp. */ +#include #include #include #include