Skip to content

Commit 37e4d54

Browse files
committed
x86/boot/compressed: Remove unused header includes from kaslr.c
JIRA: https://issues.redhat.com/browse/RHEL-110657 This patch is a backport of the following upstream commit: commit 5daecec Author: Borislav Petkov (AMD) <bp@alien8.de> Date: Sat Nov 30 13:26:44 2024 +0100 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 Signed-off-by: Ricardo Robaina <rrobaina@redhat.com>
1 parent 008ae62 commit 37e4d54

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/x86/boot/compressed/kaslr.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
#include "efi.h"
2626

2727
#include <generated/compile.h>
28-
#include <linux/module.h>
29-
#include <linux/uts.h>
30-
#include <linux/utsname.h>
31-
#include <linux/ctype.h>
3228
#include <generated/utsversion.h>
3329
#include <generated/utsrelease.h>
3430

0 commit comments

Comments
 (0)