Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

-4
-4
arch/x86/boot/compressed/kaslr.c
··· 25 25 #include "efi.h" 26 26 27 27 #include <generated/compile.h> 28 - #include <linux/module.h> 29 - #include <linux/uts.h> 30 - #include <linux/utsname.h> 31 - #include <linux/ctype.h> 32 28 #include <generated/utsversion.h> 33 29 #include <generated/utsrelease.h> 34 30