summaryrefslogtreecommitdiff
path: root/include/net/fib_notifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/fib_notifier.h')
-rw-r--r--include/net/fib_notifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/fib_notifier.h b/include/net/fib_notifier.h
index 6d59221ff05a..48aad6128fea 100644
--- a/include/net/fib_notifier.h
+++ b/include/net/fib_notifier.h
@@ -28,7 +28,7 @@ enum fib_event_type {
struct fib_notifier_ops {
int family;
struct list_head list;
- unsigned int (*fib_seq_read)(struct net *net);
+ unsigned int (*fib_seq_read)(const struct net *net);
int (*fib_dump)(struct net *net, struct notifier_block *nb,
struct netlink_ext_ack *extack);
struct module *owner;