diff options
author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2025-02-26 12:44:53 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2025-03-03 20:00:13 +0100 |
commit | 97a88141241fcf3d1e54a120afefea04fbd1a484 (patch) | |
tree | 58d54c448d8f938b9ed48808392df2d8852a9375 | |
parent | 032e871686483ec1bac27ce73e7094692fc76268 (diff) |
selftests: vDSO: vdso_test_gettimeofday: Clean up includes
Some unnecessary headers are included, remove them.
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-14-28e14e031ed8@linutronix.de
-rw-r--r-- | tools/testing/selftests/vDSO/vdso_test_gettimeofday.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c b/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c index e31b18ffae33..636a56ccf8e4 100644 --- a/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c +++ b/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c @@ -10,8 +10,6 @@ * Tested on x86, 32-bit and 64-bit. It may work on other architectures, too. */ -#include <stdint.h> -#include <elf.h> #include <stdio.h> #include <sys/auxv.h> #include <sys/time.h> |