Skip to content

Commit 8dab7fd

Browse files
Bartosz GolaszewskiKAGA-KOKO
authored andcommitted
genirq/irq_sim: Order headers alphabetically
For better readability and maintenance keep headers in alphabetical order. Signed-off-by: Bartosz Golaszewski <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 3832f39 commit 8dab7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/irq/irq_sim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
* Copyright (C) 2020 Bartosz Golaszewski <[email protected]>
55
*/
66

7+
#include <linux/interrupt.h>
78
#include <linux/irq.h>
89
#include <linux/irq_sim.h>
910
#include <linux/irq_work.h>
10-
#include <linux/interrupt.h>
1111
#include <linux/slab.h>
1212

1313
struct irq_sim_work_ctx {

0 commit comments

Comments
 (0)