Skip to content

Commit 97a8814

Browse files
t-8chKAGA-KOKO
authored andcommitted
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
1 parent 032e871 commit 97a8814

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tools/testing/selftests/vDSO/vdso_test_gettimeofday.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
* Tested on x86, 32-bit and 64-bit. It may work on other architectures, too.
1111
*/
1212

13-
#include <stdint.h>
14-
#include <elf.h>
1513
#include <stdio.h>
1614
#include <sys/auxv.h>
1715
#include <sys/time.h>

0 commit comments

Comments
 (0)