diff options
| author | Tom Rini <[email protected]> | 2024-05-01 19:30:23 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-07 08:00:41 -0600 |
| commit | 05762344602d5086c06af943bbadf74bc545fdbd (patch) | |
| tree | 7a57a6585ecb69d92860d81bac591f637fa814f0 | |
| parent | efaa699446c37c2364a78051aac44d58f2fd0b2b (diff) | |
x86: Add missing <linux/types.h>
This file has many "Linux" style types in it, add <linux/types.h>
Signed-off-by: Tom Rini <[email protected]>
| -rw-r--r-- | arch/x86/include/asm/coreboot_tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/coreboot_tables.h b/arch/x86/include/asm/coreboot_tables.h index c967e6ad0ce..54aeffb9889 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 { |
