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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AB2E0C433F5 for ; Sat, 2 Oct 2021 06:44:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9087A61A50 for ; Sat, 2 Oct 2021 06:44:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232509AbhJBGqF (ORCPT ); Sat, 2 Oct 2021 02:46:05 -0400 Received: from mga05.intel.com ([192.55.52.43]:54426 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232501AbhJBGqE (ORCPT ); Sat, 2 Oct 2021 02:46:04 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10124"; a="311206821" X-IronPort-AV: E=Sophos;i="5.85,341,1624345200"; d="scan'208";a="311206821" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2021 23:44:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,341,1624345200"; d="scan'208";a="556880118" Received: from lkp-server01.sh.intel.com (HELO 72c3bd3cf19c) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 01 Oct 2021 23:44:14 -0700 Received: from kbuild by 72c3bd3cf19c with local (Exim 4.92) (envelope-from ) id 1mWYko-00024b-0L; Sat, 02 Oct 2021 06:44:14 +0000 Date: Sat, 2 Oct 2021 14:43:17 +0800 From: kernel test robot To: Kuppuswamy Sathyanarayanan Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Andi Kleen , Dan Williams Subject: [RFC PATCH intel-tdx] x86/tdx: fix duplicated inclusion Message-ID: <20211002064317.GA110128@487074710aed> References: <202110021453.x1teJzru-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202110021453.x1teJzru-lkp@intel.com> X-Patchwork-Hint: ignore arch/x86/kernel/cc_platform.c: asm/tdx.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 --- cc_platform.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kernel/cc_platform.c b/arch/x86/kernel/cc_platform.c index 3544ed78dd165..127790741a04d 100644 --- a/arch/x86/kernel/cc_platform.c +++ b/arch/x86/kernel/cc_platform.c @@ -13,7 +13,6 @@ #include #include -#include #include