diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-10-15 04:15:19 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-10-19 12:55:12 -0400 |
commit | 22c56c3a03b377d21d8363f737aa2a855d892458 (patch) | |
tree | 1d50c3bc1ce12cc265560f8c392e64f132caec7a /arch/mips/oprofile/op_impl.h | |
parent | 55b7428303d390c53d3a1bc587de8592ce65900e (diff) |
[MIPS] Delete unneeded pt_regs forward declaration.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/oprofile/op_impl.h')
-rw-r--r-- | arch/mips/oprofile/op_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/oprofile/op_impl.h b/arch/mips/oprofile/op_impl.h index 354e54496406..fa6b4aae7523 100644 --- a/arch/mips/oprofile/op_impl.h +++ b/arch/mips/oprofile/op_impl.h | |||
@@ -10,8 +10,6 @@ | |||
10 | #ifndef OP_IMPL_H | 10 | #ifndef OP_IMPL_H |
11 | #define OP_IMPL_H 1 | 11 | #define OP_IMPL_H 1 |
12 | 12 | ||
13 | struct pt_regs; | ||
14 | |||
15 | extern int null_perf_irq(void); | 13 | extern int null_perf_irq(void); |
16 | extern int (*perf_irq)(void); | 14 | extern int (*perf_irq)(void); |
17 | 15 | ||