soc/amd/cezanne/include/i2c: move include inside header guard

Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I3a8c21c462258c8a419ccc3f2db50f74a154e465
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60975
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Felix Held
2022-01-10 22:18:10 +01:00
parent baaee5fbfe
commit 8473322727

View File

@@ -1,10 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <soc/gpio.h>
#ifndef AMD_CEZANNE_I2C_H #ifndef AMD_CEZANNE_I2C_H
#define AMD_CEZANNE_I2C_H #define AMD_CEZANNE_I2C_H
#include <soc/gpio.h>
#define GPIO_I2C0_SCL BIT(0) #define GPIO_I2C0_SCL BIT(0)
#define GPIO_I2C1_SCL BIT(1) #define GPIO_I2C1_SCL BIT(1)
#define GPIO_I2C2_SCL BIT(2) #define GPIO_I2C2_SCL BIT(2)