mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-02 20:13:17 +00:00
UPSTREAM: 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. Change-Id: I290ad83aeeecf38cb9b61903b0f75e0a0b269416 Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
Nolen Johnson
parent
59d3ab62a6
commit
bce99a2989
@ -1,6 +1,6 @@
|
||||
/* 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>
|
||||
@ -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
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
#include <net/sock.h>
|
||||
#include <net/ip_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>
|
||||
|
||||
@ -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 <net/switchdev.h>
|
||||
|
||||
#include <linux/nospec.h>
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
#include <net/xfrm.h>
|
||||
#include <net/netevent.h>
|
||||
#include <net/netlink.h>
|
||||
#include <net/nexthop.h>
|
||||
#include <net/rtnh.h>
|
||||
#include <net/lwtunnel.h>
|
||||
#include <net/ip_tunnels.h>
|
||||
#include <net/l3mdev.h>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include <net/ipv6.h>
|
||||
#endif
|
||||
#include <net/ipv6_stubs.h>
|
||||
#include <net/nexthop.h>
|
||||
#include <net/rtnh.h>
|
||||
#include "internal.h"
|
||||
|
||||
/* max memory we will use for mpls_route */
|
||||
|
||||
Reference in New Issue
Block a user