diff options
Diffstat (limited to 'include/linux/perf_counter.h')
-rw-r--r-- | include/linux/perf_counter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/perf_counter.h b/include/linux/perf_counter.h index f9d5cf0bfbdd..8d5d11b8d011 100644 --- a/include/linux/perf_counter.h +++ b/include/linux/perf_counter.h | |||
@@ -238,6 +238,7 @@ enum perf_event_type { | |||
238 | #include <linux/rcupdate.h> | 238 | #include <linux/rcupdate.h> |
239 | #include <linux/spinlock.h> | 239 | #include <linux/spinlock.h> |
240 | #include <linux/hrtimer.h> | 240 | #include <linux/hrtimer.h> |
241 | #include <linux/fs.h> | ||
241 | #include <asm/atomic.h> | 242 | #include <asm/atomic.h> |
242 | 243 | ||
243 | struct task_struct; | 244 | struct task_struct; |
@@ -398,6 +399,7 @@ struct perf_counter { | |||
398 | 399 | ||
399 | /* poll related */ | 400 | /* poll related */ |
400 | wait_queue_head_t waitq; | 401 | wait_queue_head_t waitq; |
402 | struct fasync_struct *fasync; | ||
401 | /* optional: for NMIs */ | 403 | /* optional: for NMIs */ |
402 | struct perf_wakeup_entry wakeup; | 404 | struct perf_wakeup_entry wakeup; |
403 | 405 | ||