mb/supermicro: Drop unneeded empty lines

Change-Id: I1aae6c0291ad329c8cc125cd18ba22dfd63d979b
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45249
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes HAOUAS 2020-09-10 13:18:27 +02:00 committed by Michael Niewöhner
parent 8f7a2482ae
commit 88b9738fa2
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ static const uint8_t superio_initvals[][2] = {
SUPERIO_INITVAL(0x30, 0x80), SUPERIO_INITVAL(0x30, 0x80),
}; };
static void superio_init(void) static void superio_init(void)
{ {
const pnp_devfn_t dev = PNP_DEV(X9SCL_NCT6776_PNP_BASE, 0); const pnp_devfn_t dev = PNP_DEV(X9SCL_NCT6776_PNP_BASE, 0);