Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Thomas Weißschuh and committed by
Thomas Gleixner
97a88141 032e8716

-2
-2
tools/testing/selftests/vDSO/vdso_test_gettimeofday.c
··· 10 10 * Tested on x86, 32-bit and 64-bit. It may work on other architectures, too. 11 11 */ 12 12 13 - #include <stdint.h> 14 - #include <elf.h> 15 13 #include <stdio.h> 16 14 #include <sys/auxv.h> 17 15 #include <sys/time.h>