From: Oleksandr Tyshchenko Date: Thu, 26 Sep 2019 11:20:32 +0000 (+0300) Subject: iommu: Order the headers alphabetically in device_tree.c X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~1440 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e386739529b71bbc29ae829eb57cadf5feb92169;p=xen.git 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 --- 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;