summaryrefslogtreecommitdiffstats
path: root/src/drivers/spi
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2022-01-12 21:13:46 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-04-22 21:40:56 +0000
commitc5d94a075a89f58f33faf35642242f0e0283774c (patch)
tree4523f289bd52420bb7c3d0b63f32fa7bcccefef8 /src/drivers/spi
parentf8a4580c0297419112110514d775dbdcb9e60a48 (diff)
downloadcoreboot-c5d94a075a89f58f33faf35642242f0e0283774c.tar.gz
coreboot-c5d94a075a89f58f33faf35642242f0e0283774c.tar.bz2
coreboot-c5d94a075a89f58f33faf35642242f0e0283774c.zip
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>
Diffstat (limited to 'src/drivers/spi')
-rw-r--r--src/drivers/spi/cbfs_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/spi/cbfs_spi.c b/src/drivers/spi/cbfs_spi.c
index 7e648a34ce3b..15a18b72e4e9 100644
--- a/src/drivers/spi/cbfs_spi.c
+++ b/src/drivers/spi/cbfs_spi.c
@@ -11,7 +11,6 @@
#include <console/console.h>
#include <spi_flash.h>
#include <symbols.h>
-#include <cbmem.h>
#include <stdint.h>
#include <timer.h>