diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-04-24 17:31:53 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-02 07:39:49 +0000 |
commit | 98e360e835a5c8b53f1ead574cd5bef38945a1bb (patch) | |
tree | 3e03db0a150c840ea9b163118dfb3297d32ddd32 | |
parent | 8b08c69386d280842da44df65df5f103a53d23d6 (diff) | |
download | coreboot-98e360e835a5c8b53f1ead574cd5bef38945a1bb.tar.xz |
soc/intel/*/bootblock/cpu.c: Drop unused includes
Change-Id: Ide01a922d7d8e500f9a0b507544010706661d7de
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40690
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/soc/intel/cannonlake/bootblock/cpu.c | 1 | ||||
-rw-r--r-- | src/soc/intel/skylake/bootblock/cpu.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/cannonlake/bootblock/cpu.c b/src/soc/intel/cannonlake/bootblock/cpu.c index a64eb26027..5a56d29b43 100644 --- a/src/soc/intel/cannonlake/bootblock/cpu.c +++ b/src/soc/intel/cannonlake/bootblock/cpu.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <intelblocks/cpulib.h> #include <intelblocks/fast_spi.h> #include <soc/bootblock.h> diff --git a/src/soc/intel/skylake/bootblock/cpu.c b/src/soc/intel/skylake/bootblock/cpu.c index 08fbdb9774..bf487c3623 100644 --- a/src/soc/intel/skylake/bootblock/cpu.c +++ b/src/soc/intel/skylake/bootblock/cpu.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <intelblocks/cpulib.h> #include <intelblocks/fast_spi.h> #include <soc/bootblock.h> |