diff options
Diffstat (limited to 'drivers/md/md.c')
-rw-r--r-- | drivers/md/md.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index 5eb01a4d27ba..8350bde60d1b 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -5976,7 +5976,7 @@ static int md_seq_show(struct seq_file *seq, void *v) | |||
5976 | return 0; | 5976 | return 0; |
5977 | } | 5977 | } |
5978 | 5978 | ||
5979 | static struct seq_operations md_seq_ops = { | 5979 | static const struct seq_operations md_seq_ops = { |
5980 | .start = md_seq_start, | 5980 | .start = md_seq_start, |
5981 | .next = md_seq_next, | 5981 | .next = md_seq_next, |
5982 | .stop = md_seq_stop, | 5982 | .stop = md_seq_stop, |