src: Remove unused <boot_device.h>

Change-Id: Idbb4d72e1ba620f71e8bf882d434c103cb422615
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50201
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2021-02-01 19:39:07 +01:00 committed by Patrick Georgi
parent 80594b79f9
commit f7a7e65aa4
4 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,6 @@
#include <commonlib/helpers.h> #include <commonlib/helpers.h>
#include <commonlib/region.h> #include <commonlib/region.h>
#include <boot_device.h>
#include <fmap.h> #include <fmap.h>
#include <console/console.h> #include <console/console.h>
#include <console/flash.h> #include <console/flash.h>

View File

@ -1,8 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* SPDX-License-Identifier: GPL-2.0-or-later */
#include <assert.h> #include <assert.h>
#include <boot_device.h>
#include <boot/coreboot_tables.h> #include <boot/coreboot_tables.h>
#include <commonlib/region.h>
#include <console/console.h> #include <console/console.h>
#include <string.h> #include <string.h>
#include <spi-generic.h> #include <spi-generic.h>

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <console/console.h> #include <console/console.h>
#include <boot_device.h>
#include <cbfs.h> #include <cbfs.h>
#include <commonlib/cbfs.h> #include <commonlib/cbfs.h>
#include <commonlib/region.h> #include <commonlib/region.h>

View File

@ -2,7 +2,7 @@
#include <device/mmio.h> #include <device/mmio.h>
#include <assert.h> #include <assert.h>
#include <boot_device.h> #include <commonlib/region.h>
#include <console/console.h> #include <console/console.h>
#include <soc/clk.h> #include <soc/clk.h>
#include <soc/gpio.h> #include <soc/gpio.h>