src/mb: Fix non-local header treated as local
Also remove some unnedded includes. Change-Id: I036208a111d009620d8354fa9c97688eb4e872ad Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27129 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
eafb31be30
commit
4ad1446b83
@@ -16,7 +16,6 @@
|
||||
#include <types.h>
|
||||
#include <string.h>
|
||||
#include <cbmem.h>
|
||||
#include <console/console.h>
|
||||
#include <arch/acpi.h>
|
||||
#include <arch/ioapic.h>
|
||||
#include <arch/acpigen.h>
|
||||
@@ -28,8 +27,8 @@
|
||||
#if IS_ENABLED(CONFIG_CHROMEOS)
|
||||
#include <vendorcode/google/chromeos/gnvs.h>
|
||||
#endif
|
||||
#include <southbridge/intel/bd82x6x/nvs.h>
|
||||
|
||||
#include "southbridge/intel/bd82x6x/nvs.h"
|
||||
#include "thermal.h"
|
||||
|
||||
static global_nvs_t *gnvs_;
|
||||
|
Reference in New Issue
Block a user