HAOUAS Elyes has uploaded this change for review.

View Change

mb/cavium/cn8100_sff_evb: 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: I4828bd63298fa3f25473725dc8b89df8366c2759
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/mainboard/cavium/cn8100_sff_evb/mainboard.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/20/41320/1
diff --git a/src/mainboard/cavium/cn8100_sff_evb/mainboard.c b/src/mainboard/cavium/cn8100_sff_evb/mainboard.c
index 3b26722..ffe1a5e 100644
--- a/src/mainboard/cavium/cn8100_sff_evb/mainboard.c
+++ b/src/mainboard/cavium/cn8100_sff_evb/mainboard.c
@@ -8,7 +8,7 @@
#include <libbdk-hal/bdk-config.h>
#include <libbdk-hal/bdk-twsi.h>
#include <soc/twsi.h>
-#include <soc/gpio.h>
+#include <gpio.h>
#include <delay.h>
#include <soc/uart.h>
#include <console/console.h>

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

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