diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-11-23 22:57:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-11-23 22:57:20 +0000 |
commit | 2c1d318af4d4421a5b75c04154c9e1dd90764d64 (patch) | |
tree | a9fcb8a44f13121c0e22739b5298070a9adcb2cc /include/asm-mips/ptrace.h | |
parent | 15cd6af84e2efd1b5d90e771acade96595a8e6e6 (diff) |
Remove extranous definition causing zillions of warnings.
Diffstat (limited to 'include/asm-mips/ptrace.h')
-rw-r--r-- | include/asm-mips/ptrace.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-mips/ptrace.h b/include/asm-mips/ptrace.h index b361eb1f5..39ac6cea4 100644 --- a/include/asm-mips/ptrace.h +++ b/include/asm-mips/ptrace.h @@ -14,9 +14,6 @@ #include <asm/isadep.h> #include <linux/types.h> -/* MIPS specific ptrace option. */ -#define PTRACE_SETOPTIONS - /* 0 - 31 are integer registers, 32 - 63 are fp registers. */ #define FPR_BASE 32 #define PC 64 |