[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] iommu/arm: Order the headers alphabetically in iommu.c
commit 88339ae94f4309888eae81a6cceac9577a319d7e Author: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx> AuthorDate: Fri Sep 13 18:35:12 2019 +0300 Commit: Julien Grall <julien.grall@xxxxxxx> CommitDate: Thu Sep 19 10:47:35 2019 +0100 iommu/arm: Order the headers alphabetically in iommu.c Clean up the code a bit by putting the headers in alphabetical order. Signed-off-by: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx> --- 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 2135233736..9cfb589083 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> static const struct iommu_ops *iommu_ops; -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |