From: Thomas Gleixner Date: Fri, 15 Oct 2021 01:16:36 +0000 (+0200) Subject: x86/sev: Include fpu/xcr.h X-Git-Tag: io_uring-5.16-2021-11-09~40^2~64 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ff0c37e191f2629bf2776dbd95db5d06f704ab93;p=linux-block.git x86/sev: Include fpu/xcr.h Include the header which only provides the XCR accessors. That's all what is needed here. Signed-off-by: Thomas Gleixner Signed-off-by: Borislav Petkov Link: https://lkml.kernel.org/r/20211015011539.896573039@linutronix.de --- diff --git a/arch/x86/kernel/sev.c b/arch/x86/kernel/sev.c index a6895e440bc3..50c773c3384c 100644 --- a/arch/x86/kernel/sev.c +++ b/arch/x86/kernel/sev.c @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include