]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
xen/riscv: reorder includes in asm/page.h alphabetically
authorOleksii Kurochko <oleksii.kurochko@gmail.com>
Mon, 16 Dec 2024 12:05:27 +0000 (13:05 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 16 Dec 2024 12:05:27 +0000 (13:05 +0100)
Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/riscv/include/asm/page.h

index 91b1194b55d14d36411974dd7916b77498fe7cf6..bf3f75e85daaae8ce16432032ab446b1928a0ace 100644 (file)
@@ -5,8 +5,8 @@
 
 #ifndef __ASSEMBLY__
 
-#include <xen/const.h>
 #include <xen/bug.h>
+#include <xen/const.h>
 #include <xen/types.h>
 
 #include <asm/atomic.h>