@@ -5,14 +5,13 @@
* This source code is licensed under the GNU General Public License,
* Version 2. See the file COPYING for more details.
*/
-#include <xen/types.h>
-#include <xen/errno.h>
#include <xen/bitmap.h>
#include <xen/bitops.h>
+#include <xen/byteorder.h>
#include <xen/cpumask.h>
+#include <xen/errno.h>
#include <xen/guest_access.h>
#include <xen/lib.h>
-#include <asm/byteorder.h>
/*
* bitmaps provide an array of bits, implemented using an an
@@ -17,10 +17,11 @@
#ifdef __XEN__
+#include <xen/byteorder.h>
#include <xen/lib.h>
#include <xen/libelf.h>
#include <xen/softirq.h>
-#include <asm/byteorder.h>
+
#include <public/elfnote.h>
/* we would like to use elf->log_callback but we can't because
@@ -5,15 +5,17 @@
* Linux; see the Linux source for authorship and copyrights.
*/
+#include <xen/byteorder.h>
#include <xen/console.h>
#include <xen/delay.h>
#include <xen/errno.h>
#include <xen/param.h>
#include <xen/pci.h>
#include <xen/serial.h>
-#include <asm/byteorder.h>
+
#include <asm/io.h>
#include <asm/fixmap.h>
+
#include <public/physdev.h>
/* #define DBGP_DEBUG */
@@ -230,7 +230,7 @@ static inline unsigned int bitmap_weight(const unsigned long *src,
return __bitmap_weight(src, nbits);
}
-#include <asm/byteorder.h>
+#include <xen/byteorder.h>
#ifdef __LITTLE_ENDIAN
#define BITMAP_MEM_ALIGNMENT 8
@@ -10,7 +10,8 @@
#ifndef __XEN_DEVICE_TREE_H__
#define __XEN_DEVICE_TREE_H__
-#include <asm/byteorder.h>
+#include <xen/byteorder.h>
+
#include <asm/device.h>
#include <public/xen.h>
#include <public/device_tree_defs.h>
@@ -7,9 +7,8 @@
* Copyright 2012 Kim Phillips, Freescale Semiconductor.
*/
-#include <xen/types.h>
+#include <xen/byteorder.h>
#include <xen/string.h>
-#include <asm/byteorder.h>
#ifdef __CHECKER__
#define FDT_FORCE __attribute__((force))
@@ -3,8 +3,7 @@
#define __XEN_UNALIGNED_H__
#ifdef __XEN__
-#include <xen/types.h>
-#include <asm/byteorder.h>
+#include <xen/byteorder.h>
#endif
/*
Sort the includes. Drop useless includes of xen/types.h Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> --- CC: Anthony PERARD <anthony.perard@vates.tech> CC: Michal Orzel <michal.orzel@amd.com> CC: Jan Beulich <jbeulich@suse.com> CC: Julien Grall <julien@xen.org> CC: Roger Pau Monné <roger.pau@citrix.com> CC: Stefano Stabellini <sstabellini@kernel.org> CC: Volodymyr Babchuk <Volodymyr_Babchuk@epam.com> CC: Bertrand Marquis <bertrand.marquis@arm.com> CC: Shawn Anastasio <sanastasio@raptorengineering.com> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com> CC: Daniel P. Smith <dpsmith@apertussolutions.com> CC: Lin Liu <lin.liu@citrix.com> v5: * New --- xen/common/bitmap.c | 5 ++--- xen/common/libelf/libelf-private.h | 3 ++- xen/drivers/char/ehci-dbgp.c | 4 +++- xen/include/xen/bitmap.h | 2 +- xen/include/xen/device_tree.h | 3 ++- xen/include/xen/libfdt/libfdt_env.h | 3 +-- xen/include/xen/unaligned.h | 3 +-- 7 files changed, 12 insertions(+), 11 deletions(-)