aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_tty.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/proc_tty.c')
-rw-r--r--fs/proc/proc_tty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/proc_tty.c b/fs/proc/proc_tty.c
index 34296839b417..49816e00b51a 100644
--- a/fs/proc/proc_tty.c
+++ b/fs/proc/proc_tty.c
@@ -117,7 +117,7 @@ static void t_stop(struct seq_file *m, void *v)
117 mutex_unlock(&tty_mutex); 117 mutex_unlock(&tty_mutex);
118} 118}
119 119
120static struct seq_operations tty_drivers_op = { 120static const struct seq_operations tty_drivers_op = {
121 .start = t_start, 121 .start = t_start,
122 .next = t_next, 122 .next = t_next,
123 .stop = t_stop, 123 .stop = t_stop,