]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/stacktrace: Include linux/delay.h
authorMichal Suchanek <msuchanek@suse.de>
Thu, 29 Jul 2021 18:01:03 +0000 (20:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Sep 2021 10:26:23 +0000 (12:26 +0200)
commit0d87b2bd2f8e302c1f5e1c3f9e698c6c109b07c3
tree333b1659e50ae4d43c6da52b4146bba07a3ecda3
parent809322ccfba1b0babc6b7dfe7177454aee23342d
powerpc/stacktrace: Include linux/delay.h

[ Upstream commit a6cae77f1bc89368a4e2822afcddc45c3062d499 ]

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 <msuchanek@suse.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210729180103.15578-1-msuchanek@suse.de
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/powerpc/kernel/stacktrace.c