[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210615011107.GP237458@shao2-debian>
Date: Tue, 15 Jun 2021 09:11:07 +0800
From: kernel test robot <rong.a.chen@...el.com>
To: Ingo Molnar <mingo@...nel.org>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
x86@...nel.org, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Eric Dumazet <edumazet@...gle.com>,
Miaohe Lin <linmiaohe@...wei.com>,
Tonghao Zhang <xiangxia.m.yue@...il.com>,
Kees Cook <keescook@...omium.org>,
Alexander Aring <aahringo@...hat.com>, netdev@...r.kernel.org
Subject: [RFC PATCH tip] sched/headers, net: fix duplicated inclusion
net/core/sock.c: linux/poll.h is included more than once.
Generated by: scripts/checkincludes.pl
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: kernel test robot <lkp@...el.com>
---
sock.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/net/core/sock.c b/net/core/sock.c
index b3ed6b3e6c81f..7a2913bc212f2 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -106,7 +106,6 @@
#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
-#include <linux/poll.h>
#include <linux/tcp.h>
#include <linux/init.h>
#include <linux/poll.h>
Powered by blists - more mailing lists