diff options
Diffstat (limited to 'net/ipv4/fib_hash.c')
-rw-r--r-- | net/ipv4/fib_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_hash.c b/net/ipv4/fib_hash.c index dea04d725b04..b21bb28d1fd0 100644 --- a/net/ipv4/fib_hash.c +++ b/net/ipv4/fib_hash.c | |||
@@ -1057,7 +1057,7 @@ out_kfree: | |||
1057 | goto out; | 1057 | goto out; |
1058 | } | 1058 | } |
1059 | 1059 | ||
1060 | static struct file_operations fib_seq_fops = { | 1060 | static const struct file_operations fib_seq_fops = { |
1061 | .owner = THIS_MODULE, | 1061 | .owner = THIS_MODULE, |
1062 | .open = fib_seq_open, | 1062 | .open = fib_seq_open, |
1063 | .read = seq_read, | 1063 | .read = seq_read, |