Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9cef3081 authored by Frederic Weisbecker's avatar Frederic Weisbecker
Browse files

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: default avatarPeter Zijlstra <peterz@infradead.org>
Signed-off-by: default avatarFrederic 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>
parent 189f202e
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -670,8 +670,6 @@ struct perf_event {


	perf_callback_t			callback;
	perf_callback_t			callback;


	perf_callback_t			event_callback;

#endif /* CONFIG_PERF_EVENTS */
#endif /* CONFIG_PERF_EVENTS */
};
};