From patchwork Tue Jun 15 01:13:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Chen, Rong A" X-Patchwork-Id: 12320521 X-Patchwork-Delegate: bpf@iogearbox.net Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BB5A0C48BE8 for ; Tue, 15 Jun 2021 03:20:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A4F9C61405 for ; Tue, 15 Jun 2021 03:20:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231261AbhFODWp (ORCPT ); Mon, 14 Jun 2021 23:22:45 -0400 Received: from mga09.intel.com ([134.134.136.24]:46191 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231178AbhFODWn (ORCPT ); Mon, 14 Jun 2021 23:22:43 -0400 IronPort-SDR: 77sgVl3sKOu41xpwfugjuOaj0pVqN/VQs1SmD12BUIwKd1/FZCjiWNegoYzqsOmYgwjGCA5QdE u/EHUAL8AS1Q== X-IronPort-AV: E=McAfee;i="6200,9189,10015"; a="205862828" X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="205862828" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:13:15 -0700 IronPort-SDR: NCo3NEEAl0uN+FhBNVRW+3rLS5AusizSm98oFD6HLz9uZ9ashv75UMKzW4oRbdgQmKEQRoO6Kq ynohDbPO3TaQ== X-IronPort-AV: E=Sophos;i="5.83,273,1616482800"; d="scan'208";a="451794558" Received: from shao2-debian.sh.intel.com (HELO localhost) ([10.239.13.11]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2021 18:13:12 -0700 Date: Tue, 15 Jun 2021 09:13:10 +0800 From: kernel test robot To: Ingo Molnar Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, x86@kernel.org, Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , John Fastabend , KP Singh , netdev@vger.kernel.org Subject: [RFC PATCH tip] sched/headers, net: fix duplicated inclusion Message-ID: <20210615011310.GR237458@shao2-debian> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210615011224.GQ237458@shao2-debian> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net X-Patchwork-State: RFC kernel/bpf/inode.c: linux/seq_file.h is included more than once. Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- inode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/bpf/inode.c b/kernel/bpf/inode.c index 5a86998df2e3e..b7df5e30b5163 100644 --- a/kernel/bpf/inode.c +++ b/kernel/bpf/inode.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include