summaryrefslogtreecommitdiff
path: root/include/net/nexthop.h
diff options
context:
space:
mode:
authorIdo Schimmel <idosch@nvidia.com>2020-09-15 14:41:00 +0300
committerDavid S. Miller <davem@davemloft.net>2020-09-16 02:31:11 +0300
commit52f7232a790a36da30eb64c6de6067a9e4ad194c (patch)
tree5ff6cf79a3e24b1fc3c6d70bb6d018c2950b4613 /include/net/nexthop.h
parent7d61588f690def55ba2885f7f4b03d13ff45b163 (diff)
downloadlinux-52f7232a790a36da30eb64c6de6067a9e4ad194c.tar.xz
nexthop: Remove NEXTHOP_EVENT_ADD
Not used anywhere. Signed-off-by: Ido Schimmel <idosch@nvidia.com> Suggested-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/nexthop.h b/include/net/nexthop.h
index 2e44efe5709b..2fd76a9b6dc8 100644
--- a/include/net/nexthop.h
+++ b/include/net/nexthop.h
@@ -105,7 +105,6 @@ struct nexthop {
};
enum nexthop_event_type {
- NEXTHOP_EVENT_ADD,
NEXTHOP_EVENT_DEL
};