diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-05 04:14:17 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-11-07 03:13:54 +0100 |
commit | d177469905600e7fc093b683b00362493b2947b5 (patch) | |
tree | 24fcdb79711fac580018a1328352321f4b76c782 /arch/sh/kernel/irq.c | |
parent | sh: remove PTRACE_O_TRACESYSGOOD from asm/ptrace.h (diff) | |
download | linux-d177469905600e7fc093b683b00362493b2947b5.tar.xz linux-d177469905600e7fc093b683b00362493b2947b5.zip |
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 @@ #include <linux/module.h> #include <linux/kernel_stat.h> #include <linux/seq_file.h> -#include <linux/irq.h> #include <asm/processor.h> #include <asm/machvec.h> #include <asm/uaccess.h> |