HAOUAS Elyes has uploaded this change for review.

View Change

mb/amd/gardenia: Remove direct 'include <soc/gpio.h>'

Don't directly include <soc/gpio.h>. All code using GPIO features
should always and only include <gpio.h>, which should indirectly
include the SoC-specific <soc/gpio.h>.

Change-Id: Ifb6d3b12f81c2dd68a36fbfc9c25b7bce39bc517
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/mainboard/amd/gardenia/gpio.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/18/41318/1
diff --git a/src/mainboard/amd/gardenia/gpio.c b/src/mainboard/amd/gardenia/gpio.c
index 38e1d44..96d9010 100644
--- a/src/mainboard/amd/gardenia/gpio.c
+++ b/src/mainboard/amd/gardenia/gpio.c
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0-only */

#include <soc/southbridge.h>
-#include <soc/gpio.h>
+#include <gpio.h>

#include "gpio.h"


To view, visit change 41318. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifb6d3b12f81c2dd68a36fbfc9c25b7bce39bc517
Gerrit-Change-Number: 41318
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange