diff options
-rw-r--r-- | arch/x86/events/perf_event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/events/perf_event.h b/arch/x86/events/perf_event.h index b04ae6c8775e..a75955741c50 100644 --- a/arch/x86/events/perf_event.h +++ b/arch/x86/events/perf_event.h | |||
@@ -1033,12 +1033,12 @@ static inline int intel_pmu_init(void) | |||
1033 | return 0; | 1033 | return 0; |
1034 | } | 1034 | } |
1035 | 1035 | ||
1036 | static inline int intel_cpuc_prepare(struct cpu_hw_event *cpuc, int cpu) | 1036 | static inline int intel_cpuc_prepare(struct cpu_hw_events *cpuc, int cpu) |
1037 | { | 1037 | { |
1038 | return 0; | 1038 | return 0; |
1039 | } | 1039 | } |
1040 | 1040 | ||
1041 | static inline void intel_cpuc_finish(struct cpu_hw_event *cpuc) | 1041 | static inline void intel_cpuc_finish(struct cpu_hw_events *cpuc) |
1042 | { | 1042 | { |
1043 | } | 1043 | } |
1044 | 1044 | ||