diff options
| author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2026-02-27 09:44:40 +0300 |
|---|---|---|
| committer | Borislav Petkov (AMD) <bp@alien8.de> | 2026-03-11 17:22:43 +0300 |
| commit | fc880ff14acd49202c83b569316bd19c6a037a91 (patch) | |
| tree | 13fffaa51fa93e23c1897388d8291b6f2132e800 | |
| parent | f5e386fe5f1c26b24fb9ffc616f8e857f43cf88d (diff) | |
| download | linux-fc880ff14acd49202c83b569316bd19c6a037a91.tar.xz | |
random: vDSO: Trim vDSO includes
These includes are not used, remove them.
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>
Reviewed-by: Jason A. Donenfeld <Jason@zx2c4.com>
Link: https://patch.msgid.link/20260227-vdso-header-cleanups-v2-14-35d60acf7410@linutronix.de
| -rw-r--r-- | drivers/char/random.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/random.c b/drivers/char/random.c index 7ff4d29911fd..304cdab939c2 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c @@ -57,9 +57,7 @@ #include <crypto/chacha.h> #include <crypto/blake2s.h> #ifdef CONFIG_VDSO_GETRANDOM -#include <vdso/getrandom.h> #include <vdso/datapage.h> -#include <vdso/vsyscall.h> #endif #include <asm/archrandom.h> #include <asm/processor.h> |
