Skip to content

Commit 1c0fe1c

Browse files
t-8chKAGA-KOKO
authored andcommitted
selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.h
The header is unused. Furthermore this is not a real UAPI header, but only exists in tools/include/. This prevents building the selftest against real UAPI headers. Drop the include. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250611-selftests-vdso-fixes-v3-3-e62e37a6bcf5@linutronix.de
1 parent 82669e1 commit 1c0fe1c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/testing/selftests/vDSO/vdso_test_getrandom.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
#include <sys/wait.h>
2222
#include <sys/types.h>
2323
#include <linux/random.h>
24-
#include <linux/compiler.h>
2524
#include <linux/ptrace.h>
2625

2726
#include "../kselftest.h"

0 commit comments

Comments
 (0)