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>
This commit is contained in:
Elyes HAOUAS
2020-09-10 11:34:01 +02:00
committed by Michael Niewöhner
parent 3ff7bcf10e
commit 4b7f3151a8
21 changed files with 0 additions and 34 deletions

View File

@@ -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,