Hi Oleksandr,
On 13/09/2019 16:35, Oleksandr Tyshchenko wrote:
From: Oleksandr Tyshchenko <[email protected]>
Clean up the code a bit by putting the headers in alphabetical order.
Signed-off-by: Oleksandr Tyshchenko <[email protected]>
Acked-by: Julien Grall <[email protected]>
And committed.
Cheers,
---
xen/drivers/passthrough/arm/iommu.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/xen/drivers/passthrough/arm/iommu.c
b/xen/drivers/passthrough/arm/iommu.c
index 555acfc..5a3d1d5 100644
--- a/xen/drivers/passthrough/arm/iommu.c
+++ b/xen/drivers/passthrough/arm/iommu.c
@@ -15,9 +15,10 @@
* GNU General Public License for more details.
*/
-#include <xen/lib.h>
-#include <xen/iommu.h>
#include <xen/device_tree.h>
+#include <xen/iommu.h>
+#include <xen/lib.h>
+
#include <asm/device.h>
/*
--
Julien Grall
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel