src: Remove unused 'include <boot_device.h>'

Change-Id: I5589fdeade7f69995adf1c983ced13773472be74
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42349
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2020-06-14 08:59:01 +02:00 committed by Patrick Georgi
parent 27ce8e3296
commit abfacd863d
3 changed files with 0 additions and 3 deletions

View File

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <boot_device.h>
#include <console/cbmem_console.h>
#include <reset.h>
#include <security/vboot/misc.h>

View File

@ -4,7 +4,6 @@
#include <arch/cache.h>
#include <device/mmio.h>
#include <assert.h>
#include <boot_device.h>
#include <console/console.h>
#include <delay.h>
#include <soc/addressmap.h>

View File

@ -4,7 +4,6 @@
#include <arch/cache.h>
#include <device/mmio.h>
#include <assert.h>
#include <boot_device.h>
#include <console/console.h>
#include <delay.h>
#include <spi-generic.h>