From: Tom Rini <trini@konsulko.com> Date: Thu, 2 May 2024 01:30:23 +0000 (-0600) Subject: x86: Add missing <linux/types.h> X-Git-Tag: v2025.01-rc5-pxa1908~409^2~18^2~53 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=05762344602d5086c06af943bbadf74bc545fdbd;p=u-boot.git x86: Add missing <linux/types.h> This file has many "Linux" style types in it, add <linux/types.h> Signed-off-by: Tom Rini <trini@konsulko.com> --- diff --git a/arch/x86/include/asm/coreboot_tables.h b/arch/x86/include/asm/coreboot_tables.h index c967e6ad0c..54aeffb988 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 {