diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-04 22:14:17 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-11-06 21:13:54 -0500 |
commit | d177469905600e7fc093b683b00362493b2947b5 (patch) | |
tree | 24fcdb79711fac580018a1328352321f4b76c782 /arch/sh/kernel/irq.c | |
parent | b5f2d739e1f1fcfd3b9277cd43afad024bd7eca9 (diff) |
sh: Kill off duplicate includes.
Caught by the surprisingly not-entirely-useless 'includecheck'.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/irq.c')
-rw-r--r-- | arch/sh/kernel/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/irq.c b/arch/sh/kernel/irq.c index 348da194ec99..0586bc62ad96 100644 --- a/arch/sh/kernel/irq.c +++ b/arch/sh/kernel/irq.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
12 | #include <linux/kernel_stat.h> | 12 | #include <linux/kernel_stat.h> |
13 | #include <linux/seq_file.h> | 13 | #include <linux/seq_file.h> |
14 | #include <linux/irq.h> | ||
15 | #include <asm/processor.h> | 14 | #include <asm/processor.h> |
16 | #include <asm/machvec.h> | 15 | #include <asm/machvec.h> |
17 | #include <asm/uaccess.h> | 16 | #include <asm/uaccess.h> |