From 400f9ca2613297b3034d96286eeeb009a1eb2ac0 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 23 Jun 2019 07:01:22 +0200 Subject: src/southbridge: Use 'include ' when appropriate Also, including , is supposed to provide stdint and stddef. Change-Id: I7e1a3483aae0e3f0a7bc2eb2c1862ae7a325fd9c Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/33683 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/southbridge/amd/sb700/spi.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/southbridge/amd/sb700/spi.c') diff --git a/src/southbridge/amd/sb700/spi.c b/src/southbridge/amd/sb700/spi.c index ee031e927f..f772f755ba 100644 --- a/src/southbridge/amd/sb700/spi.c +++ b/src/southbridge/amd/sb700/spi.c @@ -14,8 +14,6 @@ * GNU General Public License for more details. */ -#include -#include #include #include #include @@ -23,6 +21,7 @@ #include #include #include +#include #define AMD_SB_SPI_TX_LEN 8 -- cgit v1.2.3