]> xenbits.xensource.com Git - people/larsk/xen.git/commitdiff
iommu/arm: Order the headers alphabetically in iommu.c
authorOleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
Fri, 13 Sep 2019 15:35:12 +0000 (18:35 +0300)
committerJulien Grall <julien.grall@arm.com>
Thu, 19 Sep 2019 09:47:35 +0000 (10:47 +0100)
Clean up the code a bit by putting the headers in alphabetical order.

Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>
xen/drivers/passthrough/arm/iommu.c

index 213523373647be7ffd616d813c038104ccd1a319..9cfb5890836e6c9be45cc56138aa5823a2c50c8c 100644 (file)
  * 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>
 
 static const struct iommu_ops *iommu_ops;