diff options
author | Thomas Zimmermann <[email protected]> | 2024-01-12 10:44:39 +0100 |
---|---|---|
committer | Borislav Petkov (AMD) <[email protected]> | 2024-01-30 15:17:24 +0100 |
commit | 103bf75fc928d16185feb216bda525b5aaca0b18 (patch) | |
tree | 5aafa5b12b99f112edb5700d1d9b51a6149bd777 /arch/x86/xen/vga.c | |
parent | 785ddc8b6bebd958a5b6fb7b6b4aa6584c2f0cb2 (diff) |
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 <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Reviewed-by: Ard Biesheuvel <[email protected]>
Acked-by: Ard Biesheuvel <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'arch/x86/xen/vga.c')
-rw-r--r-- | arch/x86/xen/vga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/xen/vga.c b/arch/x86/xen/vga.c index d97adab8420f..f7547807b0bd 100644 --- a/arch/x86/xen/vga.c +++ b/arch/x86/xen/vga.c @@ -2,7 +2,6 @@ #include <linux/screen_info.h> #include <linux/init.h> -#include <asm/bootparam.h> #include <asm/setup.h> #include <xen/interface/xen.h> |