diff options
Diffstat (limited to 'fs/proc/task_nommu.c')
-rw-r--r-- | fs/proc/task_nommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/task_nommu.c b/fs/proc/task_nommu.c index cee0231c6cec..abfc6f5e56ca 100644 --- a/fs/proc/task_nommu.c +++ b/fs/proc/task_nommu.c | |||
@@ -198,7 +198,7 @@ static void *m_next(struct seq_file *m, void *_vml, loff_t *pos) | |||
198 | return vml ? vml->next : NULL; | 198 | return vml ? vml->next : NULL; |
199 | } | 199 | } |
200 | 200 | ||
201 | static struct seq_operations proc_pid_maps_ops = { | 201 | static const struct seq_operations proc_pid_maps_ops = { |
202 | .start = m_start, | 202 | .start = m_start, |
203 | .next = m_next, | 203 | .next = m_next, |
204 | .stop = m_stop, | 204 | .stop = m_stop, |