projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55b7428
)
[MIPS] Delete unneeded pt_regs forward declaration.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 15 Oct 2006 08:15:19 +0000
(09:15 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 19 Oct 2006 16:55:12 +0000
(17:55 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/oprofile/op_impl.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/oprofile/op_impl.h
b/arch/mips/oprofile/op_impl.h
index 354e5449640682135fa2ebac3d04c88f6e1340ff..fa6b4aae75233f764d1979f7b1f0e5fd9944545e 100644
(file)
--- a/
arch/mips/oprofile/op_impl.h
+++ b/
arch/mips/oprofile/op_impl.h
@@
-10,8
+10,6
@@
#ifndef OP_IMPL_H
#define OP_IMPL_H 1
-struct pt_regs;
-
extern int null_perf_irq(void);
extern int (*perf_irq)(void);