From 88b9738fa2c41d41005f99482aefad34f162c0d7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 10 Sep 2020 13:18:27 +0200 Subject: [PATCH] mb/supermicro: Drop unneeded empty lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1aae6c0291ad329c8cc125cd18ba22dfd63d979b Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/45249 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner --- src/mainboard/supermicro/x9scl/early_init.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/supermicro/x9scl/early_init.c b/src/mainboard/supermicro/x9scl/early_init.c index be0b3cde01..9438a51420 100644 --- a/src/mainboard/supermicro/x9scl/early_init.c +++ b/src/mainboard/supermicro/x9scl/early_init.c @@ -72,7 +72,6 @@ static const uint8_t superio_initvals[][2] = { SUPERIO_INITVAL(0x30, 0x80), }; - static void superio_init(void) { const pnp_devfn_t dev = PNP_DEV(X9SCL_NCT6776_PNP_BASE, 0);