From: Ido Schimmel Date: Tue, 15 Sep 2020 11:40:59 +0000 (+0300) Subject: nexthop: Remove unused function declaration from header file X-Git-Tag: v5.10-rc1~107^2~256^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d61588f690def55ba2885f7f4b03d13ff45b163;p=thirdparty%2Fkernel%2Flinux.git nexthop: Remove unused function declaration from header file Not used or implemented anywhere. Signed-off-by: Ido Schimmel Reviewed-by: David Ahern Signed-off-by: David S. Miller --- diff --git a/include/net/nexthop.h b/include/net/nexthop.h index 3a4f9e3b91a55..2e44efe5709be 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);