From: Thomas Weißschuh Date: Wed, 26 Feb 2025 11:44:53 +0000 (+0100) Subject: selftests: vDSO: vdso_test_gettimeofday: Clean up includes X-Git-Tag: v6.15-rc1~202^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97a88141241fcf3d1e54a120afefea04fbd1a484;p=thirdparty%2Fkernel%2Flinux.git selftests: vDSO: vdso_test_gettimeofday: Clean up includes Some unnecessary headers are included, remove them. Signed-off-by: Thomas Weißschuh Signed-off-by: Thomas Gleixner Reviewed-by: Vincenzo Frascino Acked-by: Shuah Khan Link: https://lore.kernel.org/all/20250226-parse_vdso-nolibc-v2-14-28e14e031ed8@linutronix.de --- diff --git a/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c b/tools/testing/selftests/vDSO/vdso_test_gettimeofday.c index e31b18ffae338..636a56ccf8e4e 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 -#include #include #include #include