Hi Oleksandr,

On 13/09/2019 16:35, Oleksandr Tyshchenko wrote:
From: Oleksandr Tyshchenko <oleksandr_tyshche...@epam.com>

Clean up the code a bit by putting the headers in alphabetical order.

Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshche...@epam.com>

Acked-by: Julien Grall <julien.gr...@arm.com>

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
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to