Commit f0d0dbbc authored by Christophe Leroy's avatar Christophe Leroy Committed by Jason A. Donenfeld

selftests: vDSO: use parse_vdso.h in vdso_test_abi

Don't duplicate parse_vdso function prototypes, include
the header instead.

Fixes: 693f5ca0 ("kselftest: Extend vDSO selftest")
Signed-off-by: default avatarChristophe Leroy <christophe.leroy@csgroup.eu>
Acked-by: default avatarShuah Khan <skhan@linuxfoundation.org>
Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
parent 6eda706a
...@@ -21,10 +21,7 @@ ...@@ -21,10 +21,7 @@
#include "../kselftest.h" #include "../kselftest.h"
#include "vdso_config.h" #include "vdso_config.h"
#include "vdso_call.h" #include "vdso_call.h"
#include "parse_vdso.h"
extern void *vdso_sym(const char *version, const char *name);
extern void vdso_init_from_sysinfo_ehdr(uintptr_t base);
extern void vdso_init_from_auxv(void *auxv);
static const char *version; static const char *version;
static const char **name; static const char **name;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment