git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efaa699
)
x86: Add missing <linux/types.h>
author
Tom Rini
<trini@konsulko.com>
Thu, 2 May 2024 01:30:23 +0000
(19:30 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/coreboot_tables.h
b/arch/x86/include/asm/coreboot_tables.h
index
c967e6a
..
54aeffb
100644
(file)
--- 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 {