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

Kent Overstreet posted 50 patches 2 years ago
Only 14 patches received!
[PATCH 05/50] x86/include/asm/paravirt_types.h: fix missing include
Posted by Kent Overstreet 2 years ago
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
---
 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