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/stoneyridge/include/soc/i2c.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/stoneyridge/include') diff --git a/src/soc/amd/stoneyridge/include/soc/i2c.h b/src/soc/amd/stoneyridge/include/soc/i2c.h index 0ffff377f4..94a02b484b 100644 --- a/src/soc/amd/stoneyridge/include/soc/i2c.h +++ b/src/soc/amd/stoneyridge/include/soc/i2c.h @@ -3,8 +3,8 @@ #ifndef AMD_STONEYRIDGE_I2C_H #define AMD_STONEYRIDGE_I2C_H +#include #include -#include #define GPIO_I2C0_SCL BIT(0) #define GPIO_I2C1_SCL BIT(1) -- cgit v1.2.3