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:
parent
8f7a2482ae
commit
88b9738fa2
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue