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 <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Vincenzo Frascino <[email protected]> Acked-by: Shuah Khan <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 032e871 commit 97a8814

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)