Skip to content

Commit

Permalink
irqchip/gic-v3-its: Keep the include header files in alphabetic order
Browse files Browse the repository at this point in the history
Rearrange header file includes in alphabetic order.

Signed-off-by: Hanjun Guo <[email protected]>
[[email protected]: fixed commit log]
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Tested-by: Ming Lei <[email protected]>
Tested-by: Wei Xu <[email protected]>
Tested-by: Sinan Kaya <[email protected]>
Cc: Tomasz Nowicki <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
  • Loading branch information
hanjun-guo authored and Marc Zyngier committed Apr 7, 2017
1 parent 5e11d16 commit 8d3554b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/irqchip/irq-gic-v3-its.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
*/

#include <linux/acpi.h>
#include <linux/acpi_iort.h>
#include <linux/bitmap.h>
#include <linux/cpu.h>
#include <linux/delay.h>
#include <linux/dma-iommu.h>
#include <linux/interrupt.h>
#include <linux/irqdomain.h>
#include <linux/acpi_iort.h>
#include <linux/log2.h>
#include <linux/mm.h>
#include <linux/msi.h>
Expand Down

0 comments on commit 8d3554b

Please sign in to comment.