@@ -19,11 +19,11 @@
/* Ported to Xen 3.0, George Coker, <gscoker@alpha.ncsc.mil> */
+#include <xen/byteorder.h>
+#include <xen/errno.h>
#include <xen/lib.h>
-#include <asm/byteorder.h>
#include <xen/types.h>
#include <xen/xmalloc.h>
-#include <xen/errno.h>
#include "avtab.h"
#include "policydb.h"
@@ -9,15 +9,14 @@
/* Ported to Xen 3.0, George Coker, <gscoker@alpha.ncsc.mil> */
-#include <xen/lib.h>
-#include <xen/types.h>
+#include <xen/byteorder.h>
#include <xen/errno.h>
-#include <xen/string.h>
+#include <xen/lib.h>
#include <xen/spinlock.h>
+#include <xen/string.h>
+#include <xen/types.h>
#include <xen/xmalloc.h>
-#include <asm/byteorder.h>
-
#include "security.h"
#include "conditional.h"
@@ -10,13 +10,12 @@
/* Ported to Xen 3.0, George Coker, <gscoker@alpha.ncsc.mil> */
-#include <xen/lib.h>
-#include <xen/xmalloc.h>
+#include <xen/bitmap.h>
+#include <xen/byteorder.h>
#include <xen/errno.h>
+#include <xen/lib.h>
#include <xen/spinlock.h>
-#include <xen/bitmap.h>
-
-#include <asm/byteorder.h>
+#include <xen/xmalloc.h>
#include "ebitmap.h"
#include "policydb.h"
@@ -22,13 +22,12 @@
/* Ported to Xen 3.0, George Coker, <gscoker@alpha.ncsc.mil> */
+#include <xen/byteorder.h>
+#include <xen/errno.h>
#include <xen/lib.h>
+#include <xen/string.h>
#include <xen/types.h>
#include <xen/xmalloc.h>
-#include <xen/string.h>
-#include <xen/errno.h>
-
-#include <asm/byteorder.h>
#include <conditional.h>
#include "security.h"
Sort the includes while at it. No functional change. 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/xsm/flask/ss/avtab.c | 4 ++-- xen/xsm/flask/ss/conditional.c | 9 ++++----- xen/xsm/flask/ss/ebitmap.c | 9 ++++----- xen/xsm/flask/ss/policydb.c | 7 +++---- 4 files changed, 13 insertions(+), 16 deletions(-)