From 5e2602ae4817eba77e7893ab41681fd0a74f6558 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sat, 14 Jan 2023 05:46:25 +0100 Subject: soc/amd: Include instead of chain-include . Change-Id: I112e41ad4c7ee638954dfe3f1ddfeb10c138459a Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/71807 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/soc/amd/phoenix/gpio.c | 2 +- src/soc/amd/phoenix/include/soc/i2c.h | 2 +- src/soc/amd/phoenix/uart.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/soc/amd/phoenix') diff --git a/src/soc/amd/phoenix/gpio.c b/src/soc/amd/phoenix/gpio.c index 74eecadcce..271e749b92 100644 --- a/src/soc/amd/phoenix/gpio.c +++ b/src/soc/amd/phoenix/gpio.c @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include -#include +#include #include /* see the IOMUX function table for the mapping from GPIO number to GEVENT number */ diff --git a/src/soc/amd/phoenix/include/soc/i2c.h b/src/soc/amd/phoenix/include/soc/i2c.h index 5146bf49f7..056753332c 100644 --- a/src/soc/amd/phoenix/include/soc/i2c.h +++ b/src/soc/amd/phoenix/include/soc/i2c.h @@ -3,7 +3,7 @@ #ifndef AMD_PHOENIX_I2C_H #define AMD_PHOENIX_I2C_H -#include +#include #include #define GPIO_I2C0_SCL BIT(0) diff --git a/src/soc/amd/phoenix/uart.c b/src/soc/amd/phoenix/uart.c index 03fc593624..1d3c82928f 100644 --- a/src/soc/amd/phoenix/uart.c +++ b/src/soc/amd/phoenix/uart.c @@ -4,8 +4,8 @@ #include #include #include +#include #include -#include #include #include #include -- cgit v1.2.3