src/drivers: Clean up includes

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Ia40678019b2a54deb246dbfbf33ec37a8c3839e4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68206
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
This commit is contained in:
Elyes Haouas
2022-10-07 10:08:53 +02:00
committed by Felix Held
parent 04c3b5a016
commit 69451f17a1
6 changed files with 10 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
#include <console/console.h>
#include <delay.h>
#include <spi_bitbang.h>
#include <types.h>
/* Set to 1 to dump all SPI transfers to the UART. */
#define TRACE 0