projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7ff81
)
xen/arm: guestcopy: Re-order the includes
author
Julien Grall
<jgrall@amazon.com>
Sat, 4 Apr 2020 11:07:17 +0000
(12:07 +0100)
committer
Julien Grall
<jgrall@amazon.com>
Fri, 14 Aug 2020 18:56:33 +0000
(19:56 +0100)
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>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
xen/arch/arm/guestcopy.c
patch
|
blob
|
history
diff --git
a/xen/arch/arm/guestcopy.c
b/xen/arch/arm/guestcopy.c
index 7a0f3e9d5fc67c28258e8b924caec150cc40c168..c8023e2bca5d7e92fac050825a0b0d34b6fea65d 100644
(file)
--- a/
xen/arch/arm/guestcopy.c
+++ b/
xen/arch/arm/guestcopy.c
@@
-1,7
+1,8
@@
-#include <xen/lib.h>
#include <xen/domain_page.h>
+#include <xen/lib.h>
#include <xen/mm.h>
#include <xen/sched.h>
+
#include <asm/current.h>
#include <asm/guest_access.h>