Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c618c1d authored by David Ahern's avatar David Ahern Committed by David S. Miller
Browse files

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: default avatarDavid Ahern <dsahern@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7e5f4cdb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __NET_NEXTHOP_H
#define __NET_NEXTHOP_H
#ifndef __NET_RTNH_H
#define __NET_RTNH_H

#include <linux/rtnetlink.h>
#include <net/netlink.h>
+1 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
#include <net/dn_fib.h>
#include <net/dn_neigh.h>
#include <net/dn_dev.h>
#include <net/nexthop.h>
#include <net/rtnh.h>

#define RT_MIN_TABLE 1

+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
#include <net/ip_fib.h>
#include <net/ip6_fib.h>
#include <net/netlink.h>
#include <net/nexthop.h>
#include <net/rtnh.h>
#include <net/lwtunnel.h>
#include <net/fib_notifier.h>
#include <net/addrconf.h>
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@
#include <net/netlink.h>
#include <net/fib_rules.h>
#include <linux/netconf.h>
#include <net/nexthop.h>
#include <net/rtnh.h>

#include <linux/nospec.h>

Loading