projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d61588
)
nexthop: Remove NEXTHOP_EVENT_ADD
author
Ido Schimmel
<idosch@nvidia.com>
Tue, 15 Sep 2020 11:41:00 +0000
(14:41 +0300)
committer
David S. Miller
<davem@davemloft.net>
Tue, 15 Sep 2020 23:31:11 +0000
(16:31 -0700)
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>
include/net/nexthop.h
patch
|
blob
|
history
diff --git
a/include/net/nexthop.h
b/include/net/nexthop.h
index 2e44efe5709be351c47d9c65e0591357446fa406..2fd76a9b6dc8b4ab2247b348b19fcd18c47c621e 100644
(file)
--- 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
};