mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
perf: Remove unused struct perf_event::event_callback
This field might result from an older manual rebasing mistake. We don't use it. Reported-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: "K. Prasad" <prasad@linux.vnet.ibm.com>
This commit is contained in:
parent
189f202ed1
commit
9cef30815b
1 changed files with 0 additions and 2 deletions
|
@ -670,8 +670,6 @@ struct perf_event {
|
|||
|
||||
perf_callback_t callback;
|
||||
|
||||
perf_callback_t event_callback;
|
||||
|
||||
#endif /* CONFIG_PERF_EVENTS */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue