mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
selftests: vDSO: vdso_test_gettimeofday: Remove nolibc checks
nolibc now provides these headers, making the check unnecessary. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://patch.msgid.link/20260227-vdso-selftest-cleanups-v2-2-d84830fa8beb@linutronix.de
This commit is contained in:
committed by
Borislav Petkov (AMD)
parent
5abfa0c4da
commit
50692c25ee
@@ -11,10 +11,8 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#ifndef NOLIBC
|
||||
#include <sys/auxv.h>
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include "kselftest.h"
|
||||
#include "parse_vdso.h"
|
||||
|
||||
Reference in New Issue
Block a user