summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/vDSO/parse_vdso.h
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>2025-02-26 12:44:50 +0100
committerThomas Gleixner <tglx@linutronix.de>2025-03-03 20:00:12 +0100
commit09dcec64707df85f5def668d4724fce832114d91 (patch)
treec2764c3e66da5aaf2006f9aa071dc967f4d400d4 /tools/testing/selftests/vDSO/parse_vdso.h
parent05c204acf5131740f5f4e193c9749b92da4bcb16 (diff)
downloadlinux-next-09dcec64707df85f5def668d4724fce832114d91.tar.gz
linux-next-09dcec64707df85f5def668d4724fce832114d91.zip
selftests: vDSO: parse_vdso: Drop vdso_init_from_auxv()
There are no users left. This also removes the usage of ElfXX_auxv_t, which is not formally standardized. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Acked-by: Shuah Khan <skhan@linuxfoundation.org> Link: https://lore.kernel.org/all/20250226-parse_vdso-nolibc-v2-11-28e14e031ed8@linutronix.de
Diffstat (limited to 'tools/testing/selftests/vDSO/parse_vdso.h')
-rw-r--r--tools/testing/selftests/vDSO/parse_vdso.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/vDSO/parse_vdso.h b/tools/testing/selftests/vDSO/parse_vdso.h
index de0453067d7c..09d068ed11f9 100644
--- a/tools/testing/selftests/vDSO/parse_vdso.h
+++ b/tools/testing/selftests/vDSO/parse_vdso.h
@@ -26,6 +26,5 @@
*/
void *vdso_sym(const char *version, const char *name);
void vdso_init_from_sysinfo_ehdr(uintptr_t base);
-void vdso_init_from_auxv(void *auxv);
#endif