diff options
Diffstat (limited to 'net/ipv6/raw.c')
-rw-r--r-- | net/ipv6/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/raw.c b/net/ipv6/raw.c index 16d4c63ff554..1f8f6275a7e4 100644 --- a/net/ipv6/raw.c +++ b/net/ipv6/raw.c | |||
@@ -1273,7 +1273,7 @@ out_kfree: | |||
1273 | goto out; | 1273 | goto out; |
1274 | } | 1274 | } |
1275 | 1275 | ||
1276 | static struct file_operations raw6_seq_fops = { | 1276 | static const struct file_operations raw6_seq_fops = { |
1277 | .owner = THIS_MODULE, | 1277 | .owner = THIS_MODULE, |
1278 | .open = raw6_seq_open, | 1278 | .open = raw6_seq_open, |
1279 | .read = seq_read, | 1279 | .read = seq_read, |