|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86/mcfg: sort header includes
commit ce47b7897d4ad0cb19771d4a0cb0e810d71f5049
Author: Roger Pau Monne <roger.pau@xxxxxxxxxx>
AuthorDate: Wed Jun 3 14:58:48 2026 +0200
Commit: Roger Pau Monne <roger.pau@xxxxxxxxxx>
CommitDate: Fri Jun 5 17:40:21 2026 +0200
x86/mcfg: sort header includes
No functional change intended.
Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
---
xen/arch/x86/x86_64/mmconfig-shared.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/xen/arch/x86/x86_64/mmconfig-shared.c
b/xen/arch/x86/x86_64/mmconfig-shared.c
index ab082b5f5b..d0cbc15170 100644
--- a/xen/arch/x86/x86_64/mmconfig-shared.c
+++ b/xen/arch/x86/x86_64/mmconfig-shared.c
@@ -12,17 +12,19 @@
* Author: Allen Kay <allen.m.kay@xxxxxxxxx> - adapted to xen from Linux
*/
+#include <xen/acpi.h>
#include <xen/init.h>
#include <xen/mm.h>
#include <xen/param.h>
-#include <xen/acpi.h>
-#include <xen/xmalloc.h>
#include <xen/pci.h>
-#include <xen/pci_regs.h>
#include <xen/pci_ids.h>
+#include <xen/pci_regs.h>
+#include <xen/xmalloc.h>
+
#include <asm/e820.h>
#include <asm/msr.h>
#include <asm/msr-index.h>
+
#include <public/physdev.h>
#include "mmconfig.h"
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |