diff options
Diffstat (limited to 'arch/cris/kernel/profile.c')
-rw-r--r-- | arch/cris/kernel/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/kernel/profile.c b/arch/cris/kernel/profile.c index f60ab785f235..4cfcae620507 100644 --- a/arch/cris/kernel/profile.c +++ b/arch/cris/kernel/profile.c | |||
@@ -50,7 +50,7 @@ write_cris_profile(struct file *file, const char __user *buf, | |||
50 | memset(sample_buffer, 0, SAMPLE_BUFFER_SIZE); | 50 | memset(sample_buffer, 0, SAMPLE_BUFFER_SIZE); |
51 | } | 51 | } |
52 | 52 | ||
53 | static struct file_operations cris_proc_profile_operations = { | 53 | static const struct file_operations cris_proc_profile_operations = { |
54 | .read = read_cris_profile, | 54 | .read = read_cris_profile, |
55 | .write = write_cris_profile, | 55 | .write = write_cris_profile, |
56 | }; | 56 | }; |