* [PATCH] x86/setup: Trim includes
@ 2025-05-27 15:13 Andrew Cooper
2025-05-28 12:43 ` Roger Pau Monné
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cooper @ 2025-05-27 15:13 UTC (permalink / raw)
To: xen-devel; +Cc: Andrew Cooper, Jan Beulich, Roger Pau Monné
None of these are used by setup.c today.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Jan Beulich <JBeulich@suse.com>
CC: Roger Pau Monné <roger.pau@citrix.com>
---
xen/arch/x86/setup.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c
index 1f5cb67bd0ee..4181df97754a 100644
--- a/xen/arch/x86/setup.c
+++ b/xen/arch/x86/setup.c
@@ -3,14 +3,11 @@
#include <xen/bitops.h>
#include <xen/console.h>
#include <xen/cpu.h>
-#include <xen/cpuidle.h>
#include <xen/dmi.h>
#include <xen/domain.h>
-#include <xen/domain_page.h>
#include <xen/efi.h>
#include <xen/err.h>
#include <xen/grant_table.h>
-#include <xen/hypercall.h>
#include <xen/init.h>
#include <xen/kexec.h>
#include <xen/keyhandler.h>
@@ -25,7 +22,6 @@
#include <xen/sections.h>
#include <xen/serial.h>
#include <xen/softirq.h>
-#include <xen/trace.h>
#include <xen/version.h>
#include <xen/vga.h>
#include <xen/virtual_region.h>
@@ -36,12 +32,10 @@
#include <asm/bootinfo.h>
#include <asm/bzimage.h>
#include <asm/cpu-policy.h>
-#include <asm/desc.h>
#include <asm/e820.h>
#include <asm/edd.h>
#include <asm/genapic.h>
#include <asm/guest.h>
-#include <asm/invpcid.h>
#include <asm/io_apic.h>
#include <asm/mc146818rtc.h>
#include <asm/microcode.h>
@@ -62,7 +56,6 @@
#include <xsm/xsm.h>
-#include <public/version.h>
#ifdef CONFIG_COMPAT
#include <compat/platform.h>
#include <compat/xen.h>
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-28 12:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-27 15:13 [PATCH] x86/setup: Trim includes Andrew Cooper
2025-05-28 12:43 ` Roger Pau Monné
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.