From: Uros Bizjak Date: Mon, 30 Sep 2024 12:33:12 +0000 (+0200) Subject: x86/kaslr: Include instead of X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bda210a738f1bce01db7619401035a1aae9fedca;p=users%2Fjedix%2Flinux-maple.git x86/kaslr: Include instead of Substitute the inclusion of header with to allow the removal of legacy inclusion of from . Signed-off-by: Uros Bizjak Cc: Dave Hansen Cc: Andy Lutomirski Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Borislav Petkov Cc: H. Peter Anvin Signed-off-by: Jason A. Donenfeld --- diff --git a/arch/x86/mm/kaslr.c b/arch/x86/mm/kaslr.c index 230f1dee4f09..e17e6e27b7ec 100644 --- a/arch/x86/mm/kaslr.c +++ b/arch/x86/mm/kaslr.c @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include