aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/nexthop.h
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@nvidia.com>2020-09-15 14:40:59 +0300
committerDavid S. Miller <davem@davemloft.net>2020-09-15 16:31:03 -0700
commit7d61588f690def55ba2885f7f4b03d13ff45b163 (patch)
treec6a3b825e8729d870d5817059eb43f8bc89974fb /include/net/nexthop.h
parentchelsio/chtls: Re-add dependencies on CHELSIO_T4 to fix modular CHELSIO_T4 (diff)
downloadwireguard-linux-7d61588f690def55ba2885f7f4b03d13ff45b163.tar.xz
wireguard-linux-7d61588f690def55ba2885f7f4b03d13ff45b163.zip
nexthop: Remove unused function declaration from header file
Not used or implemented anywhere. Signed-off-by: Ido Schimmel <idosch@nvidia.com> Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/nexthop.h')
-rw-r--r--include/net/nexthop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/nexthop.h b/include/net/nexthop.h
index 3a4f9e3b91a5..2e44efe5709b 100644
--- a/include/net/nexthop.h
+++ b/include/net/nexthop.h
@@ -109,9 +109,6 @@ enum nexthop_event_type {
NEXTHOP_EVENT_DEL
};
-int call_nexthop_notifier(struct notifier_block *nb, struct net *net,
- enum nexthop_event_type event_type,
- struct nexthop *nh);
int register_nexthop_notifier(struct net *net, struct notifier_block *nb);
int unregister_nexthop_notifier(struct net *net, struct notifier_block *nb);