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 B2A98C433F5 for ; Tue, 12 Oct 2021 00:06:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9E74C60F92 for ; Tue, 12 Oct 2021 00:06:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235757AbhJLAIv (ORCPT ); Mon, 11 Oct 2021 20:08:51 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:51392 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231747AbhJLAIZ (ORCPT ); Mon, 11 Oct 2021 20:08:25 -0400 Message-ID: <20211011223611.964445769@linutronix.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1633997182; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=y4+0Q5/F0AE4WZ3PGBK1rdQuc9zuwv3SlxUifq1uq3o=; b=gL/gE4YAnBkOWsWtPdfJ3DaBnmv8141V7E1hQjPWdPZhdcgK/7S9vAaaHvBo22XWZzKP0o 4ImcBIKM/UsSJCdqyhZY9rVFcmCULAAjO9v0kqdt2eivdx5pz8DrwArr581jQqoa5XIqaQ JkEZuuiYqYTXitHVjDxeaRqwaa3ffJU2R3lRNdO2QazVBjdkGnqAKvaCmpqdKp010qTAAy 86EIXNmpQ6k3kOeI8OvBbiwBcP0mb1JnHFHDacgBoM0eYV9s50TCnwLCSqn6mysIfHlrkM bIRev8lrhbd6EhWx7wIiAjqhHHLjyerPFs+x63GG+CgB3VTgQbLrkhtFX8/HQw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1633997182; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: references:references; bh=y4+0Q5/F0AE4WZ3PGBK1rdQuc9zuwv3SlxUifq1uq3o=; b=Vfc+fqaR41EyJ0Xi1smC7n+B7aYqVUBvpFoMuSxcWD1pA01J2cB1J6kbGsbebUA0ux409F MkP3srusPcdUIRBg== From: Thomas Gleixner To: LKML Cc: x86@kernel.org, "Chang S. Bae" , Dave Hansen , Arjan van de Ven , kvm@vger.kernel.org, Paolo Bonzini Subject: [patch 28/31] x86/sev: Include fpu/xcr.h References: <20211011215813.558681373@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Date: Tue, 12 Oct 2021 02:00:41 +0200 (CEST) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Include the header which only provides the XRC accessors. That's all what is needed here. Signed-off-by: Thomas Gleixner --- arch/x86/kernel/sev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/x86/kernel/sev.c +++ b/arch/x86/kernel/sev.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include