drivers: Remove unused <cbmem.h>

Change-Id: I1d4473d297871b2bc8b614926bcf7390660a3d0d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61051
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Elyes HAOUAS 2022-01-12 21:13:46 +01:00 committed by Felix Held
parent f8a4580c02
commit c5d94a075a
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@
#include <stage_cache.h> #include <stage_cache.h>
#include <string.h> #include <string.h>
#include <timestamp.h> #include <timestamp.h>
#include <cbmem.h>
static void display_hob_info(FSP_INFO_HEADER *fsp_info_header) static void display_hob_info(FSP_INFO_HEADER *fsp_info_header)
{ {

View File

@ -11,7 +11,6 @@
#include <console/console.h> #include <console/console.h>
#include <spi_flash.h> #include <spi_flash.h>
#include <symbols.h> #include <symbols.h>
#include <cbmem.h>
#include <stdint.h> #include <stdint.h>
#include <timer.h> #include <timer.h>