diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-11 13:14:52 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-15 10:48:39 +0000 |
commit | ca77b35e4eb8f0cc069bd0c2a444296f9a691165 (patch) | |
tree | 99968d46f899a7bca971b92c8e06559829af1c8b /src/drivers/spi/adesto.c | |
parent | da00a298f490eaf6a606f1e9b443c5fa83a2f71f (diff) |
src/drivers: Remove unused <console/console.h>
Change-Id: I38d565f82d078cb75f74f8502fcafdedd907b97d
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50523
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/spi/adesto.c')
-rw-r--r-- | src/drivers/spi/adesto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/spi/adesto.c b/src/drivers/spi/adesto.c index 6538905681..093199d2e2 100644 --- a/src/drivers/spi/adesto.c +++ b/src/drivers/spi/adesto.c @@ -5,7 +5,6 @@ * based on winbond.c */ -#include <console/console.h> #include <commonlib/helpers.h> #include <spi_flash.h> #include <spi-generic.h> |