From 8473322727fe370489911471d4ebc75fbff9ba3e Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 10 Jan 2022 22:18:10 +0100 Subject: soc/amd/cezanne/include/i2c: move include inside header guard Signed-off-by: Felix Held Change-Id: I3a8c21c462258c8a419ccc3f2db50f74a154e465 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60975 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/cezanne/include/soc/i2c.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc') diff --git a/src/soc/amd/cezanne/include/soc/i2c.h b/src/soc/amd/cezanne/include/soc/i2c.h index 674c8e37b1..0bea365058 100644 --- a/src/soc/amd/cezanne/include/soc/i2c.h +++ b/src/soc/amd/cezanne/include/soc/i2c.h @@ -1,10 +1,10 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include - #ifndef AMD_CEZANNE_I2C_H #define AMD_CEZANNE_I2C_H +#include + #define GPIO_I2C0_SCL BIT(0) #define GPIO_I2C1_SCL BIT(1) #define GPIO_I2C2_SCL BIT(2) -- cgit v1.2.3