diff options
Diffstat (limited to 'drivers/oprofile/event_buffer.h')
-rw-r--r-- | drivers/oprofile/event_buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/event_buffer.h b/drivers/oprofile/event_buffer.h index 92416276e577..9b6a4ebd03e3 100644 --- a/drivers/oprofile/event_buffer.h +++ b/drivers/oprofile/event_buffer.h | |||
@@ -41,7 +41,7 @@ void wake_up_buffer_waiter(void); | |||
41 | /* add data to the event buffer */ | 41 | /* add data to the event buffer */ |
42 | void add_event_entry(unsigned long data); | 42 | void add_event_entry(unsigned long data); |
43 | 43 | ||
44 | extern struct file_operations event_buffer_fops; | 44 | extern const struct file_operations event_buffer_fops; |
45 | 45 | ||
46 | /* mutex between sync_cpu_buffers() and the | 46 | /* mutex between sync_cpu_buffers() and the |
47 | * file reading code. | 47 | * file reading code. |