aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-03-18 11:30:08 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-03-19 17:14:39 +0000
commit28b38cd365ac709d02bc59701cb6b05f905abef6 (patch)
treefcf82c1b1eccaf4684f378b330b757b39b648d5d /src/arch
parentb1434fce01c31e7ed3ce6623a2fae635381b0b4b (diff)
src: Drop unused 'include <cbfs.h>'
Change-Id: If5c5ebacd103d7e1f09585cc4c52753b11ce84d0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/31953 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/x86/mmap_boot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/x86/mmap_boot.c b/src/arch/x86/mmap_boot.c
index 24322013af..abfa024a54 100644
--- a/src/arch/x86/mmap_boot.c
+++ b/src/arch/x86/mmap_boot.c
@@ -14,7 +14,6 @@
*/
#include <boot_device.h>
-#include <cbfs.h>
#include <endian.h>
#include <stdlib.h>