[PATCH 06/81] x86: Add missing <linux/types.h>

Tom Rini trini at konsulko.com
Thu May 2 03:30:23 CEST 2024


This file has many "Linux" style types in it, add <linux/types.h>

Signed-off-by: Tom Rini <trini at konsulko.com>
---
Cc: Simon Glass <sjg at chromium.org>
Cc: Bin Meng <bmeng.cn at gmail.com>
---
 arch/x86/include/asm/coreboot_tables.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/include/asm/coreboot_tables.h b/arch/x86/include/asm/coreboot_tables.h
index c967e6ad0ce5..54aeffb9889d 100644
--- a/arch/x86/include/asm/coreboot_tables.h
+++ b/arch/x86/include/asm/coreboot_tables.h
@@ -8,6 +8,7 @@
 #ifndef _COREBOOT_TABLES_H
 #define _COREBOOT_TABLES_H
 
+#include <linux/kernel.h>
 #include <linux/types.h>
 
 struct timestamp_entry {
-- 
2.34.1



More information about the U-Boot mailing list