aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/strago/gpio.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-09-10 11:34:01 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-21 16:24:45 +0000
commit4b7f3151a860b996bc5d42d3513c302d67f08f47 (patch)
tree054201490411810ad7cf07b1c87ec9f721a7dbe1 /src/mainboard/intel/strago/gpio.c
parent3ff7bcf10e0d07f71ece45267d31ae1f83b04701 (diff)
mb/intel: Drop unneeded empty lines
Change-Id: I3fdc521d30155c4275c336afe03244311f584e71 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44617 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/intel/strago/gpio.c')
-rw-r--r--src/mainboard/intel/strago/gpio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/intel/strago/gpio.c b/src/mainboard/intel/strago/gpio.c
index fb82091b62..d3d6168d15 100644
--- a/src/mainboard/intel/strago/gpio.c
+++ b/src/mainboard/intel/strago/gpio.c
@@ -68,7 +68,6 @@ static const struct soc_gpio_map gpse_gpio_map[] = {
GPIO_END
};
-
/* South West Community */
static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_NC, /* 00 FST_SPI_D2 */
@@ -135,7 +134,6 @@ static const struct soc_gpio_map gpsw_gpio_map[] = {
GPIO_END
};
-
/* North Community */
static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_NC, /* 00 GPIO_DFX0 */
@@ -205,7 +203,6 @@ static const struct soc_gpio_map gpn_gpio_map[] = {
GPIO_END
};
-
/* East Community */
static const struct soc_gpio_map gpe_gpio_map[] = {
Native_M1, /* 00 PMU_SLP_S3_B */
@@ -235,7 +232,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,