diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 19:03:05 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-08 19:15:28 -0400 |
commit | 27f768192fe2d96936cef5d4713e228daee07ae2 (patch) | |
tree | f28e72704595649011e6736945a1fd69457ce2fc /arch/mips/dec/reset.c | |
parent | 6dab2f4564b3dc8747452e256fb779f320ff5650 (diff) |
[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/dec/reset.c')
-rw-r--r-- | arch/mips/dec/reset.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/dec/reset.c b/arch/mips/dec/reset.c index 8c95ea19efbe..56397227adb0 100644 --- a/arch/mips/dec/reset.c +++ b/arch/mips/dec/reset.c | |||
@@ -8,7 +8,6 @@ | |||
8 | #include <linux/linkage.h> | 8 | #include <linux/linkage.h> |
9 | 9 | ||
10 | #include <asm/addrspace.h> | 10 | #include <asm/addrspace.h> |
11 | #include <asm/ptrace.h> | ||
12 | 11 | ||
13 | typedef void ATTRIB_NORET (* noret_func_t)(void); | 12 | typedef void ATTRIB_NORET (* noret_func_t)(void); |
14 | 13 | ||