diff options
Diffstat (limited to 'fs/proc/proc_tty.c')
| -rw-r--r-- | fs/proc/proc_tty.c | 2 |
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 | ||
| 120 | static struct seq_operations tty_drivers_op = { | 120 | static 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, |
