diff options
author | Geliang Tang <tanggeliang@kylinos.cn> | 2024-03-05 12:04:30 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-03-07 05:24:10 +0100 |
commit | d5dfbfa2f88eead230d411d1a58f38d6241e2882 (patch) | |
tree | ca22bbc01988113d3f5689e40d86a639e79875f8 /net/mptcp/pm_netlink.c | |
parent | inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT (diff) | |
download | linux-d5dfbfa2f88eead230d411d1a58f38d6241e2882.tar.xz linux-d5dfbfa2f88eead230d411d1a58f38d6241e2882.zip |
mptcp: drop duplicate header inclusions
The headers net/tcp.h, net/genetlink.h and uapi/linux/mptcp.h are included
in protocol.h already, no need to include them again directly. This patch
removes these duplicate header inclusions.
Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://lore.kernel.org/r/20240305-upstream-net-next-20240304-mptcp-misc-cleanup-v1-1-c436ba5e569b@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/mptcp/pm_netlink.c')
-rw-r--r-- | net/mptcp/pm_netlink.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mptcp/pm_netlink.c b/net/mptcp/pm_netlink.c index 16f8bd47f4b8..a900df9f173d 100644 --- a/net/mptcp/pm_netlink.c +++ b/net/mptcp/pm_netlink.c @@ -8,12 +8,9 @@ #include <linux/inet.h> #include <linux/kernel.h> -#include <net/tcp.h> #include <net/inet_common.h> #include <net/netns/generic.h> #include <net/mptcp.h> -#include <net/genetlink.h> -#include <uapi/linux/mptcp.h> #include "protocol.h" #include "mib.h" |