aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/pm.c
diff options
context:
space:
mode:
authorGeliang Tang <[email protected]>2024-03-05 11:04:30 +0000
committerJakub Kicinski <[email protected]>2024-03-07 04:24:10 +0000
commitd5dfbfa2f88eead230d411d1a58f38d6241e2882 (patch)
treeca22bbc01988113d3f5689e40d86a639e79875f8 /net/mptcp/pm.c
parentinet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT (diff)
downloadkernel-d5dfbfa2f88eead230d411d1a58f38d6241e2882.tar.gz
kernel-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 <[email protected]> Reviewed-by: Matthieu Baerts (NGI0) <[email protected]> Signed-off-by: Matthieu Baerts (NGI0) <[email protected]> Link: https://lore.kernel.org/r/20240305-upstream-net-next-20240304-mptcp-misc-cleanup-v1-1-c436ba5e569b@kernel.org Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/mptcp/pm.c')
-rw-r--r--net/mptcp/pm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mptcp/pm.c b/net/mptcp/pm.c
index b4bdd92a5648..28e5d514bf20 100644
--- a/net/mptcp/pm.c
+++ b/net/mptcp/pm.c
@@ -6,7 +6,6 @@
#define pr_fmt(fmt) "MPTCP: " fmt
#include <linux/kernel.h>
-#include <net/tcp.h>
#include <net/mptcp.h>
#include "protocol.h"