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>
This commit is contained in:
David Ahern
2019-04-20 09:28:20 -07:00
committed by David S. Miller
parent 7e5f4cdb28
commit 3c618c1dbb
7 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
#include <net/lwtunnel.h>
#include <net/rtnetlink.h>
#include <net/ip6_fib.h>
#include <net/nexthop.h>
#include <net/rtnh.h>
#ifdef CONFIG_MODULES