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:
Thomas Weißschuh
2026-02-27 07:45:57 +01:00
committed by Borislav Petkov (AMD)
parent 5abfa0c4da
commit 50692c25ee

View File

@@ -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"