]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: Add missing <linux/types.h>
authorTom Rini <trini@konsulko.com>
Thu, 2 May 2024 01:30:23 +0000 (19:30 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 7 May 2024 14:00:41 +0000 (08:00 -0600)
This file has many "Linux" style types in it, add <linux/types.h>

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/x86/include/asm/coreboot_tables.h

index c967e6ad0ce5296af2cb654edeea69d74b86a35f..54aeffb9889dbf20253c6007703ab147248990b2 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef _COREBOOT_TABLES_H
 #define _COREBOOT_TABLES_H
 
+#include <linux/kernel.h>
 #include <linux/types.h>
 
 struct timestamp_entry {