diff options
Diffstat (limited to 'net/ipv6/anycast.c')
-rw-r--r-- | net/ipv6/anycast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/anycast.c b/net/ipv6/anycast.c index e2dc1c41bbf5..6fb2e9d716c0 100644 --- a/net/ipv6/anycast.c +++ b/net/ipv6/anycast.c | |||
@@ -565,7 +565,7 @@ out_kfree: | |||
565 | goto out; | 565 | goto out; |
566 | } | 566 | } |
567 | 567 | ||
568 | static struct file_operations ac6_seq_fops = { | 568 | static const struct file_operations ac6_seq_fops = { |
569 | .owner = THIS_MODULE, | 569 | .owner = THIS_MODULE, |
570 | .open = ac6_seq_open, | 570 | .open = ac6_seq_open, |
571 | .read = seq_read, | 571 | .read = seq_read, |