aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/cyan/variants/edgar/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/cyan/variants/edgar/gpio.c')
-rw-r--r--src/mainboard/google/cyan/variants/edgar/gpio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/google/cyan/variants/edgar/gpio.c b/src/mainboard/google/cyan/variants/edgar/gpio.c
index f327e159dd..c1b43b88ec 100644
--- a/src/mainboard/google/cyan/variants/edgar/gpio.c
+++ b/src/mainboard/google/cyan/variants/edgar/gpio.c
@@ -64,7 +64,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 */
@@ -129,7 +128,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 */
@@ -197,7 +195,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 */
@@ -227,7 +224,6 @@ static const struct soc_gpio_map gpe_gpio_map[] = {
GPIO_END
};
-
static struct soc_gpio_config gpio_config = {
/* BSW */
.north = gpn_gpio_map,