From patchwork Fri Apr 1 00:14:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yang Li X-Patchwork-Id: 12797793 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5BC38C433F5 for ; Fri, 1 Apr 2022 00:14:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243301AbiDAAQi (ORCPT ); Thu, 31 Mar 2022 20:16:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230512AbiDAAQh (ORCPT ); Thu, 31 Mar 2022 20:16:37 -0400 Received: from out30-56.freemail.mail.aliyun.com (out30-56.freemail.mail.aliyun.com [115.124.30.56]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C51A1E3FD; Thu, 31 Mar 2022 17:14:47 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R111e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04407;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=14;SR=0;TI=SMTPD_---0V8krukA_1648772084; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0V8krukA_1648772084) by smtp.aliyun-inc.com(127.0.0.1); Fri, 01 Apr 2022 08:14:45 +0800 From: Yang Li To: tglx@linutronix.de Cc: mingo@redhat.com, dave.hansen@linux.intel.com, pbonzini@redhat.com, seanjc@google.com, vkuznets@redhat.com, wanpengli@tencent.com, jmattson@google.com, joro@8bytes.org, x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Yang Li , Abaci Robot Subject: [PATCH -next] KVM: x86/xen: Remove duplicated include in xen.c Date: Fri, 1 Apr 2022 08:14:42 +0800 Message-Id: <20220401001442.100637-1-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Fix following includecheck warning: ./arch/x86/kvm/xen.c: lapic.h is included more than once. Reported-by: Abaci Robot Signed-off-by: Yang Li --- arch/x86/kvm/xen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/kvm/xen.c b/arch/x86/kvm/xen.c index 7e7c8a5bff52..6e408cabd077 100644 --- a/arch/x86/kvm/xen.c +++ b/arch/x86/kvm/xen.c @@ -10,7 +10,6 @@ #include "xen.h" #include "lapic.h" #include "hyperv.h" -#include "lapic.h" #include #include