[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] iommu: Order the headers alphabetically in device_tree.c
commit e386739529b71bbc29ae829eb57cadf5feb92169 Author: Oleksandr Tyshchenko <oleksandr_tyshchenko@xxxxxxxx> AuthorDate: Thu Sep 26 14:20:32 2019 +0300 Commit: Julien Grall <julien.grall@xxxxxxx> CommitDate: Thu Sep 26 14:35:32 2019 +0100 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 <oleksandr_tyshchenko@xxxxxxxx> Acked-by: Julien Grall <julien.grall@xxxxxxx> --- 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 <xen/lib.h> -#include <xen/sched.h> +#include <xen/device_tree.h> #include <xen/guest_access.h> #include <xen/iommu.h> -#include <xen/device_tree.h> +#include <xen/lib.h> +#include <xen/sched.h> #include <xsm/xsm.h> static spinlock_t dtdevs_lock = SPIN_LOCK_UNLOCKED; -- 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 |