diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2024-01-12 12:44:39 +0300 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2024-01-30 17:17:24 +0300 |
commit | 103bf75fc928d16185feb216bda525b5aaca0b18 (patch) | |
tree | 5aafa5b12b99f112edb5700d1d9b51a6149bd777 /arch/x86/platform/pvh/enlighten.c | |
parent | 785ddc8b6bebd958a5b6fb7b6b4aa6584c2f0cb2 (diff) | |
download | linux-103bf75fc928d16185feb216bda525b5aaca0b18.tar.xz |
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/platform/pvh/enlighten.c')
-rw-r--r-- | arch/x86/platform/pvh/enlighten.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/platform/pvh/enlighten.c b/arch/x86/platform/pvh/enlighten.c index 00a92cb2c814..944e0290f2c0 100644 --- a/arch/x86/platform/pvh/enlighten.c +++ b/arch/x86/platform/pvh/enlighten.c @@ -3,6 +3,7 @@ #include <xen/hvc-console.h> +#include <asm/bootparam.h> #include <asm/io_apic.h> #include <asm/hypervisor.h> #include <asm/e820/api.h> |