aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/coreboot/cb_support.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/lib/coreboot/cb_support.c')
-rw-r--r--arch/x86/lib/coreboot/cb_support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/lib/coreboot/cb_support.c b/arch/x86/lib/coreboot/cb_support.c
index ebb45cd..b4d5fa4 100644
--- a/arch/x86/lib/coreboot/cb_support.c
+++ b/arch/x86/lib/coreboot/cb_support.c
@@ -5,9 +5,9 @@
* Copyright 2021 Google LLC
*/
-#include <common.h>
#include <asm/cb_sysinfo.h>
#include <asm/e820.h>
+#include <linux/kernel.h>
unsigned int cb_install_e820_map(unsigned int max_entries,
struct e820_entry *entries)