aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/arm64
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-08-29 17:06:58 +0100
committerCatalin Marinas <catalin.marinas@arm.com>2022-09-07 14:25:46 +0100
commit2384cd2b7e68890fcff8598ead37b3eff40aaaa1 (patch)
treee37e5138e6abcba6f145309966244e07137274c2 /tools/testing/selftests/arm64
parentkselftest/arm64: Fix validation of EXTRA_CONTEXT signal context location (diff)
downloadlinux-dev-2384cd2b7e68890fcff8598ead37b3eff40aaaa1.tar.xz
linux-dev-2384cd2b7e68890fcff8598ead37b3eff40aaaa1.zip
kselftest/arm64: Remove unneeded protype for validate_extra_context()
Nothing outside testcases.c should need to use validate_extra_context(), remove the prototype to ensure nothing does. Signed-off-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20220829160703.874492-6-broonie@kernel.org Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/testing/selftests/arm64')
-rw-r--r--tools/testing/selftests/arm64/signal/testcases/testcases.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/arm64/signal/testcases/testcases.h b/tools/testing/selftests/arm64/signal/testcases/testcases.h
index 49f1d5de7b5b..b39f538c7be1 100644
--- a/tools/testing/selftests/arm64/signal/testcases/testcases.h
+++ b/tools/testing/selftests/arm64/signal/testcases/testcases.h
@@ -79,8 +79,6 @@ struct fake_sigframe {
bool validate_reserved(ucontext_t *uc, size_t resv_sz, char **err);
-bool validate_extra_context(struct extra_context *extra, char **err);
-
struct _aarch64_ctx *get_header(struct _aarch64_ctx *head, uint32_t magic,
size_t resv_sz, size_t *offset);