diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-06-14 08:59:01 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-18 12:15:10 +0000 |
commit | abfacd863d90534f8fc3f0665c34e1645533c0e1 (patch) | |
tree | 6c396a962e6710d176dd330ba93bc139660ada06 /src/security | |
parent | 27ce8e3296fb6a55c286b7ff84a03102e41d7a3a (diff) |
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>
Diffstat (limited to 'src/security')
-rw-r--r-- | src/security/vboot/vboot_common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/vboot/vboot_common.c b/src/security/vboot/vboot_common.c index 215e209aa2..87f382fb28 100644 --- a/src/security/vboot/vboot_common.c +++ b/src/security/vboot/vboot_common.c @@ -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> |