diff options
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index 5b3834b38a2d..9b5e56481d53 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -393,7 +393,7 @@ out_kfree: | |||
393 | goto out; | 393 | goto out; |
394 | } | 394 | } |
395 | 395 | ||
396 | static struct file_operations rt_cache_seq_fops = { | 396 | static const struct file_operations rt_cache_seq_fops = { |
397 | .owner = THIS_MODULE, | 397 | .owner = THIS_MODULE, |
398 | .open = rt_cache_seq_open, | 398 | .open = rt_cache_seq_open, |
399 | .read = seq_read, | 399 | .read = seq_read, |
@@ -484,7 +484,7 @@ static int rt_cpu_seq_open(struct inode *inode, struct file *file) | |||
484 | return seq_open(file, &rt_cpu_seq_ops); | 484 | return seq_open(file, &rt_cpu_seq_ops); |
485 | } | 485 | } |
486 | 486 | ||
487 | static struct file_operations rt_cpu_seq_fops = { | 487 | static const struct file_operations rt_cpu_seq_fops = { |
488 | .owner = THIS_MODULE, | 488 | .owner = THIS_MODULE, |
489 | .open = rt_cpu_seq_open, | 489 | .open = rt_cpu_seq_open, |
490 | .read = seq_read, | 490 | .read = seq_read, |