From 5daececd4ff533ab316ab360aba0bda1bf01961d Mon Sep 17 00:00:00 2001 From: "Borislav Petkov (AMD)" Date: Sat, 30 Nov 2024 13:26:44 +0100 Subject: [PATCH] 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) Link: https://lore.kernel.org/r/20241130122644.GAZ0sEhD3Bm_9ZAIuc@fat_crate.local --- arch/x86/boot/compressed/kaslr.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/x86/boot/compressed/kaslr.c b/arch/x86/boot/compressed/kaslr.c index f4d82379bf44f..f03d59ea6e40f 100644 --- a/arch/x86/boot/compressed/kaslr.c +++ b/arch/x86/boot/compressed/kaslr.c @@ -25,10 +25,6 @@ #include "efi.h" #include -#include -#include -#include -#include #include #include