Commit ad188f955a79f5501b0cd5bde2b0621b3c78044a
1 parent
b4c4c6ee93
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
openrisc: remove unnecessary includes
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff
arch/openrisc/kernel/irq.c
... | ... | @@ -14,15 +14,11 @@ |
14 | 14 | * 2 of the License, or (at your option) any later version. |
15 | 15 | */ |
16 | 16 | |
17 | -#include <linux/ptrace.h> | |
18 | -#include <linux/errno.h> | |
19 | 17 | #include <linux/interrupt.h> |
20 | 18 | #include <linux/init.h> |
21 | 19 | #include <linux/of.h> |
22 | 20 | #include <linux/ftrace.h> |
23 | 21 | #include <linux/irq.h> |
24 | -#include <linux/seq_file.h> | |
25 | -#include <linux/kernel_stat.h> | |
26 | 22 | #include <linux/export.h> |
27 | 23 | #include <linux/irqdomain.h> |
28 | 24 | #include <linux/irqflags.h> |