diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index 0dd5f8ad77ac..937495c25073 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -936,7 +936,7 @@ extern void __perf_sw_event(u32, u64, int, struct pt_regs *, u64); | |||
936 | 936 | ||
937 | #ifndef perf_arch_fetch_caller_regs | 937 | #ifndef perf_arch_fetch_caller_regs |
938 | static inline void | 938 | static inline void |
939 | perf_arch_fetch_caller_regs(struct regs *regs, unsigned long ip) { } | 939 | perf_arch_fetch_caller_regs(struct pt_regs *regs, unsigned long ip) { } |
940 | #endif | 940 | #endif |
941 | 941 | ||
942 | /* | 942 | /* |