]> git.baikalelectronics.ru Git - kernel.git/commit
hexagon: Fix function name in die()
authorNathan Chancellor <nathan@kernel.org>
Thu, 2 Feb 2023 04:42:44 +0000 (20:42 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Feb 2023 06:52:49 +0000 (07:52 +0100)
commitd4165b8434184a4ea362975ecadf92cb1110ecd0
tree426e466e8496ce48dd0eb96e8f514e32adadf0fb
parent4138b47790dc2e22b71c3513711e5f985faec2dc
hexagon: Fix function name in die()

commit 3f20e22ace9658b5adc13ddb696b9f0c911c64f4 upstream.

When building ARCH=hexagon defconfig:

arch/hexagon/kernel/traps.c:217:2: error: implicit declaration of
function 'make_dead_task' [-Werror,-Wimplicit-function-declaration]
        make_dead_task(err);
        ^

The function's name is make_task_dead(), change it so there is no more
build error.

Fixes: 238bcd2dab75 ("exit: Add and use make_task_dead.")
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lkml.kernel.org/r/20211227184851.2297759-2-nathan@kernel.org
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/hexagon/kernel/traps.c