diff options
| author | David Ahern <dsahern@gmail.com> | 2019-04-20 12:28:20 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2019-04-23 00:47:25 -0400 |
| commit | 3c618c1dbb8859625c643121ac80af9a6723533f (patch) | |
| tree | 73d4f876db16e377320ff1f5f3da8d9d67ba8dc6 /net/ipv4/fib_semantics.c | |
| parent | 7e5f4cdb284be5ff862f84ccda084e2847f73fbb (diff) | |
net: Rename net/nexthop.h net/rtnh.h
The header contains rtnh_ macros so rename the file accordingly.
Allows a later patch to use the nexthop.h name for the new
nexthop code.
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_semantics.c')
| -rw-r--r-- | net/ipv4/fib_semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index 779d2be2b135..b5230c4a1c16 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | #include <net/ip_fib.h> | 43 | #include <net/ip_fib.h> |
| 44 | #include <net/ip6_fib.h> | 44 | #include <net/ip6_fib.h> |
| 45 | #include <net/netlink.h> | 45 | #include <net/netlink.h> |
| 46 | #include <net/nexthop.h> | 46 | #include <net/rtnh.h> |
| 47 | #include <net/lwtunnel.h> | 47 | #include <net/lwtunnel.h> |
| 48 | #include <net/fib_notifier.h> | 48 | #include <net/fib_notifier.h> |
| 49 | #include <net/addrconf.h> | 49 | #include <net/addrconf.h> |
