Skip to content

Commit

Permalink
nexthop: Remove unused function declaration from header file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ido Schimmel authored and David S. Miller committed Sep 15, 2020
1 parent e859536 commit 7d61588
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/net/nexthop.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7d61588

Please sign in to comment.