From e386739529b71bbc29ae829eb57cadf5feb92169 Mon Sep 17 00:00:00 2001 From: Oleksandr Tyshchenko Date: Thu, 26 Sep 2019 14:20:32 +0300 Subject: [PATCH] iommu: Order the headers alphabetically in device_tree.c Clean up the code a bit by putting the headers in alphabetical order. Signed-off-by: Oleksandr Tyshchenko Acked-by: Julien Grall --- xen/drivers/passthrough/device_tree.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xen/drivers/passthrough/device_tree.c b/xen/drivers/passthrough/device_tree.c index ea9fd54e3b..921a6e5f1e 100644 --- a/xen/drivers/passthrough/device_tree.c +++ b/xen/drivers/passthrough/device_tree.c @@ -15,11 +15,11 @@ * GNU General Public License for more details. */ -#include -#include +#include #include #include -#include +#include +#include #include static spinlock_t dtdevs_lock = SPIN_LOCK_UNLOCKED; -- 2.30.2