diff options
| author | Thomas Zimmermann <tzimmermann@suse.de> | 2024-01-12 10:44:39 +0100 |
|---|---|---|
| committer | Borislav Petkov (AMD) <bp@alien8.de> | 2024-01-30 15:17:24 +0100 |
| commit | 103bf75fc928d16185feb216bda525b5aaca0b18 (patch) | |
| tree | 5aafa5b12b99f112edb5700d1d9b51a6149bd777 /arch/x86/include/asm/x86_init.h | |
| parent | x86/efi: Implement arch_ima_efi_boot_mode() in source file (diff) | |
| download | linux-103bf75fc928d16185feb216bda525b5aaca0b18.tar.gz linux-103bf75fc928d16185feb216bda525b5aaca0b18.zip | |
x86: Do not include <asm/bootparam.h> in several files
Remove the include statement for <asm/bootparam.h> from several files
that don't require it and limit the exposure of those definitions within
the Linux kernel code.
[ bp: Massage commit message. ]
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20240112095000.8952-5-tzimmermann@suse.de
Diffstat (limited to 'arch/x86/include/asm/x86_init.h')
| -rw-r--r-- | arch/x86/include/asm/x86_init.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/x86_init.h b/arch/x86/include/asm/x86_init.h index c878616a18b8..f062715578a0 100644 --- a/arch/x86/include/asm/x86_init.h +++ b/arch/x86/include/asm/x86_init.h @@ -2,8 +2,6 @@ #ifndef _ASM_X86_PLATFORM_H #define _ASM_X86_PLATFORM_H -#include <asm/bootparam.h> - struct ghcb; struct mpc_bus; struct mpc_cpu; |
