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 */