From mboxrd@z Thu Jan 1 00:00:00 1970 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.2 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 285D8C432BE for ; Sun, 29 Aug 2021 20:01:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0622660F45 for ; Sun, 29 Aug 2021 20:01:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235283AbhH2UCA (ORCPT ); Sun, 29 Aug 2021 16:02:00 -0400 Received: from mga06.intel.com ([134.134.136.31]:43952 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229451AbhH2UB7 (ORCPT ); Sun, 29 Aug 2021 16:01:59 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10091"; a="279189432" X-IronPort-AV: E=Sophos;i="5.84,362,1620716400"; d="scan'208";a="279189432" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Aug 2021 13:01:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,362,1620716400"; d="scan'208";a="644784988" Received: from lkp-server01.sh.intel.com (HELO 4fbc2b3ce5aa) ([10.239.97.150]) by orsmga005.jf.intel.com with ESMTP; 29 Aug 2021 13:01:04 -0700 Received: from kbuild by 4fbc2b3ce5aa with local (Exim 4.92) (envelope-from ) id 1mKQzI-0004Xh-8P; Sun, 29 Aug 2021 20:01:04 +0000 Date: Mon, 30 Aug 2021 04:00:36 +0800 From: kernel test robot To: "Kirill A. Shutemov" Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Kuppuswamy Sathyanarayanan , Andi Kleen , Tony Luck Subject: [RFC PATCH intel-tdx] x86/tdx: fix duplicated inclusion Message-ID: <20210829200036.GA51074@6657b921557d> References: <202108300421.88GF39s5-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202108300421.88GF39s5-lkp@intel.com> X-Patchwork-Hint: ignore arch/x86/mm/ioremap.c: linux/protected_guest.h is included more than once. User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- ioremap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c index 05d194c9c4705..c279553dce71b 100644 --- a/arch/x86/mm/ioremap.c +++ b/arch/x86/mm/ioremap.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3583014592161300380==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH intel-tdx] x86/tdx: fix duplicated inclusion Date: Mon, 30 Aug 2021 04:00:36 +0800 Message-ID: <20210829200036.GA51074@6657b921557d> In-Reply-To: <202108300421.88GF39s5-lkp@intel.com> List-Id: --===============3583014592161300380== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Generated by: scripts/checkincludes.pl Reported-by: kernel test robot Signed-off-by: kernel test robot --- ioremap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/mm/ioremap.c b/arch/x86/mm/ioremap.c index 05d194c9c4705..c279553dce71b 100644 --- a/arch/x86/mm/ioremap.c +++ b/arch/x86/mm/ioremap.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include --===============3583014592161300380==--