diff options
Diffstat (limited to 'kernel/profile.c')
-rw-r--r-- | kernel/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/profile.c b/kernel/profile.c index 0961d93e1d91..fb5e03d57e9d 100644 --- a/kernel/profile.c +++ b/kernel/profile.c | |||
@@ -501,7 +501,7 @@ static ssize_t write_profile(struct file *file, const char __user *buf, | |||
501 | return count; | 501 | return count; |
502 | } | 502 | } |
503 | 503 | ||
504 | static struct file_operations proc_profile_operations = { | 504 | static const struct file_operations proc_profile_operations = { |
505 | .read = read_profile, | 505 | .read = read_profile, |
506 | .write = write_profile, | 506 | .write = write_profile, |
507 | }; | 507 | }; |