mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
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>
This commit is contained in:
parent
e859536dac
commit
7d61588f69
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user