diff options
Diffstat (limited to 'kernel/trace/trace_sysprof.c')
-rw-r--r-- | kernel/trace/trace_sysprof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace_sysprof.c b/kernel/trace/trace_sysprof.c index c771af4e8f1a..91fd19c2149f 100644 --- a/kernel/trace/trace_sysprof.c +++ b/kernel/trace/trace_sysprof.c | |||
@@ -314,7 +314,7 @@ sysprof_sample_write(struct file *filp, const char __user *ubuf, | |||
314 | return cnt; | 314 | return cnt; |
315 | } | 315 | } |
316 | 316 | ||
317 | static struct file_operations sysprof_sample_fops = { | 317 | static const struct file_operations sysprof_sample_fops = { |
318 | .read = sysprof_sample_read, | 318 | .read = sysprof_sample_read, |
319 | .write = sysprof_sample_write, | 319 | .write = sysprof_sample_write, |
320 | }; | 320 | }; |