From bce99a2989656ed00b53d2d322b664c49d73e1ad Mon Sep 17 00:00:00 2001 From: David Ahern Date: Sat, 20 Apr 2019 09:28:20 -0700 Subject: [PATCH] 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 Signed-off-by: David S. Miller --- include/net/{nexthop.h => rtnh.h} | 4 ++-- net/core/lwtunnel.c | 2 +- net/ipv4/fib_semantics.c | 2 +- net/ipv4/ipmr.c | 2 +- net/ipv6/route.c | 2 +- net/mpls/af_mpls.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) rename include/net/{nexthop.h => rtnh.h} (94%) diff --git a/include/net/nexthop.h b/include/net/rtnh.h similarity index 94% rename from include/net/nexthop.h rename to include/net/rtnh.h index 902ff382a6dc..aa2cfc508f7c 100644 --- a/include/net/nexthop.h +++ b/include/net/rtnh.h @@ -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 #include diff --git a/net/core/lwtunnel.c b/net/core/lwtunnel.c index 0b171756453c..80c30cd5744a 100644 --- a/net/core/lwtunnel.c +++ b/net/core/lwtunnel.c @@ -26,7 +26,7 @@ #include #include #include -#include +#include #ifdef CONFIG_MODULES diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index d4c58ad142b6..0dcb25449900 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index 9c3f7af1a2b4..7c6b98b5ecca 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c @@ -66,7 +66,7 @@ #include #include #include -#include +#include #include #include diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 2a39b4fa86b5..2d5e3bc7495e 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -60,7 +60,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/net/mpls/af_mpls.c b/net/mpls/af_mpls.c index e20ab4831731..329afd7b4b47 100644 --- a/net/mpls/af_mpls.c +++ b/net/mpls/af_mpls.c @@ -23,7 +23,7 @@ #include #endif #include -#include +#include #include "internal.h" /* max memory we will use for mpls_route */