diff options
Diffstat (limited to 'include/linux/perf_event.h')
-rw-r--r-- | include/linux/perf_event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index df9d964c15fc..45b56faf5cdc 100644 --- a/include/linux/perf_event.h +++ b/include/linux/perf_event.h | |||
@@ -472,8 +472,8 @@ struct hw_perf_event { | |||
472 | unsigned long event_base; | 472 | unsigned long event_base; |
473 | int idx; | 473 | int idx; |
474 | }; | 474 | }; |
475 | union { /* software */ | 475 | struct { /* software */ |
476 | atomic64_t count; | 476 | s64 remaining; |
477 | struct hrtimer hrtimer; | 477 | struct hrtimer hrtimer; |
478 | }; | 478 | }; |
479 | }; | 479 | }; |