Mailing List Archive

[xen staging] xen/arm: decode: Re-order the includes
commit 9c7ff81802263ecb964c471fbbbbfe753873b983
Author: Julien Grall <jgrall@amazon.com>
AuthorDate: Sat Apr 4 12:06:04 2020 +0100
Commit: Julien Grall <jgrall@amazon.com>
CommitDate: Fri Aug 14 19:56:33 2020 +0100

xen/arm: decode: Re-order the includes

We usually have xen/ includes first and then asm/. They are also ordered
alphabetically among themselves.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
---
xen/arch/arm/decode.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/xen/arch/arm/decode.c b/xen/arch/arm/decode.c
index 8b1e15d118..144793c8ce 100644
--- a/xen/arch/arm/decode.c
+++ b/xen/arch/arm/decode.c
@@ -17,11 +17,12 @@
* GNU General Public License for more details.
*/

-#include <xen/types.h>
+#include <xen/lib.h>
#include <xen/sched.h>
+#include <xen/types.h>
+
#include <asm/current.h>
#include <asm/guest_access.h>
-#include <xen/lib.h>

#include "decode.h"

--
generated by git-patchbot for /home/xen/git/xen.git#staging