diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-09 01:03:05 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-09 01:15:28 +0200 |
commit | 27f768192fe2d96936cef5d4713e228daee07ae2 (patch) | |
tree | f28e72704595649011e6736945a1fd69457ce2fc /arch/mips/tx4938/toshiba_rbtx4938/irq.c | |
parent | [MIPS] DEC: pt_regs fixes for buserror handlers (diff) | |
download | linux-27f768192fe2d96936cef5d4713e228daee07ae2.tar.xz linux-27f768192fe2d96936cef5d4713e228daee07ae2.zip |
[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to '')
-rw-r--r-- | arch/mips/tx4938/toshiba_rbtx4938/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/tx4938/toshiba_rbtx4938/irq.c b/arch/mips/tx4938/toshiba_rbtx4938/irq.c index 83f2750825a4..bbb3390e98f7 100644 --- a/arch/mips/tx4938/toshiba_rbtx4938/irq.c +++ b/arch/mips/tx4938/toshiba_rbtx4938/irq.c @@ -81,7 +81,6 @@ IRQ Device #include <asm/io.h> #include <asm/irq.h> #include <asm/processor.h> -#include <asm/ptrace.h> #include <asm/reboot.h> #include <asm/time.h> #include <linux/bootmem.h> |