diff options
Diffstat (limited to 'net/ipv4/arp.c')
-rw-r--r-- | net/ipv4/arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c index a58afde4f72f..0ffd2d2920c3 100644 --- a/net/ipv4/arp.c +++ b/net/ipv4/arp.c | |||
@@ -1390,7 +1390,7 @@ out_kfree: | |||
1390 | goto out; | 1390 | goto out; |
1391 | } | 1391 | } |
1392 | 1392 | ||
1393 | static struct file_operations arp_seq_fops = { | 1393 | static const struct file_operations arp_seq_fops = { |
1394 | .owner = THIS_MODULE, | 1394 | .owner = THIS_MODULE, |
1395 | .open = arp_seq_open, | 1395 | .open = arp_seq_open, |
1396 | .read = seq_read, | 1396 | .read = seq_read, |