[PATCH 05/50] x86/include/asm/paravirt_types.h: fix missing include

From: Kent Overstreet
Date: Fri Dec 15 2023 - 21:50:23 EST


Signed-off-by: Kent Overstreet <kent.overstreet@xxxxxxxxx>
---
arch/x86/include/asm/paravirt_types.h | 2 ++
1 file changed, 2 insertions(+)

diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h
index 772d03487520..3cfcd5db083b 100644
--- a/arch/x86/include/asm/paravirt_types.h
+++ b/arch/x86/include/asm/paravirt_types.h
@@ -3,6 +3,8 @@
#define _ASM_X86_PARAVIRT_TYPES_H

#ifndef __ASSEMBLY__
+#include <linux/types.h>
+
/* These all sit in the .parainstructions section to tell us what to patch. */
struct paravirt_patch_site {
u8 *instr; /* original instructions */
--
2.43.0