From: Oleksandr Tyshchenko Date: Fri, 13 Sep 2019 15:35:12 +0000 (+0300) Subject: iommu/arm: Order the headers alphabetically in iommu.c X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1553 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=88339ae94f4309888eae81a6cceac9577a319d7e;p=xen.git 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 --- 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 -#include #include +#include +#include + #include static const struct iommu_ops *iommu_ops;