mb/starlabs/starbook: Prefer include <soc/gpio.h> via <gpio.h>

Change-Id: I972516443bc57e193aefd54516ca994087d92054
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82844
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sean Rhodes <sean@starlabs.systems>
diff --git a/src/mainboard/starlabs/starbook/bootblock.c b/src/mainboard/starlabs/starbook/bootblock.c
index ca48bb1..d30b61d 100644
--- a/src/mainboard/starlabs/starbook/bootblock.c
+++ b/src/mainboard/starlabs/starbook/bootblock.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 
 #include <bootblock_common.h>
-#include <soc/gpio.h>
+#include <gpio.h>
 #include <variants.h>
 
 void bootblock_mainboard_init(void)
diff --git a/src/mainboard/starlabs/starbook/include/variants.h b/src/mainboard/starlabs/starbook/include/variants.h
index 0dd41c0..5df05a3 100644
--- a/src/mainboard/starlabs/starbook/include/variants.h
+++ b/src/mainboard/starlabs/starbook/include/variants.h
@@ -3,7 +3,7 @@
 #ifndef _BASEBOARD_VARIANTS_H_
 #define _BASEBOARD_VARIANTS_H_
 
-#include <soc/gpio.h>
+#include <gpio.h>
 
 enum cmos_power_profile {
 	PP_POWER_SAVER = 0,