aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/perf_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h
index 614615b8d42b..f495c0147240 100644
--- a/include/linux/perf_event.h
+++ b/include/linux/perf_event.h
@@ -878,8 +878,8 @@ enum perf_event_context_type {
878 * Used as a container for task events and CPU events as well: 878 * Used as a container for task events and CPU events as well:
879 */ 879 */
880struct perf_event_context { 880struct perf_event_context {
881 enum perf_event_context_type type;
882 struct pmu *pmu; 881 struct pmu *pmu;
882 enum perf_event_context_type type;
883 /* 883 /*
884 * Protect the states of the events in the list, 884 * Protect the states of the events in the list,
885 * nr_active, and the list: 885 * nr_active, and the list: