diff options
author | 2024-11-30 13:26:44 +0100 | |
---|---|---|
committer | 2024-12-02 16:44:32 +0100 | |
commit | 5daececd4ff533ab316ab360aba0bda1bf01961d (patch) | |
tree | 5d7e28c3eee02150c1bade86b679090e59a6dfcd | |
parent | Linux 6.13-rc1 (diff) | |
download | wireguard-linux-5daececd4ff533ab316ab360aba0bda1bf01961d.tar.xz wireguard-linux-5daececd4ff533ab316ab360aba0bda1bf01961d.zip |
x86/boot/compressed: Remove unused header includes from kaslr.c
Nothing is using the linux/ namespace headers anymore. Remove them.
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20241130122644.GAZ0sEhD3Bm_9ZAIuc@fat_crate.local
-rw-r--r-- | arch/x86/boot/compressed/kaslr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/boot/compressed/kaslr.c b/arch/x86/boot/compressed/kaslr.c index f4d82379bf44..f03d59ea6e40 100644 --- a/arch/x86/boot/compressed/kaslr.c +++ b/arch/x86/boot/compressed/kaslr.c @@ -25,10 +25,6 @@ #include "efi.h" #include <generated/compile.h> -#include <linux/module.h> -#include <linux/uts.h> -#include <linux/utsname.h> -#include <linux/ctype.h> #include <generated/utsversion.h> #include <generated/utsrelease.h> |