aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Qing <[email protected]>2020-11-09 11:45:41 +0800
committerBorislav Petkov <[email protected]>2020-11-20 17:43:15 +0100
commit61b39ad9a7d26fe14a2f5f23e5e940e7f9664d41 (patch)
tree6a3aa61b136b20e31a917da4eae5870a0cb256cb
parentbab202ab87ba4da48018daf0f6810b22705a570d (diff)
x86/head64: Remove duplicate include
Remove duplicate header include. Signed-off-by: Wang Qing <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
-rw-r--r--arch/x86/kernel/head64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/head64.c b/arch/x86/kernel/head64.c
index 05e117137b45..5e9beb77cafd 100644
--- a/arch/x86/kernel/head64.c
+++ b/arch/x86/kernel/head64.c
@@ -37,7 +37,6 @@
#include <asm/kasan.h>
#include <asm/fixmap.h>
#include <asm/realmode.h>
-#include <asm/desc.h>
#include <asm/extable.h>
#include <asm/trapnr.h>
#include <asm/sev-es.h>