Skip to content

Commit

Permalink
x86/boot/compressed: Remove unused header includes from kaslr.c
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Borislav Petkov (AMD) committed Dec 2, 2024
1 parent 40384c8 commit 5daecec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/x86/boot/compressed/kaslr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 5daecec

Please sign in to comment.