src/superio: Drop unneeded empty lines

Change-Id: I3fd0cc00f32fa073cb2a6faf2802acdbe7db592c
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/44614
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2020-08-19 21:54:11 +02:00 committed by Patrick Georgi
parent e0ca33ce86
commit d3a74bb4fe
8 changed files with 0 additions and 9 deletions

View File

@ -10,7 +10,6 @@
#include "fintek_internal.h"
#include "chip.h"
/* Register addresses */
// Choose between AMD and Intel
#define HWM_AMD_TSI_ADDR 0x08
@ -37,7 +36,6 @@
#define HWM_FAN2_SEG4_SPEED_COUNT 0xBD
#define HWM_FAN2_SEG5_SPEED_COUNT 0xBE
void f81866d_hwm_init(struct device *dev)
{
struct resource *res = find_resource(dev, PNP_IDX_IO0);

View File

@ -45,7 +45,6 @@ void ite_reg_write(pnp_devfn_t dev, u8 reg, u8 value)
pnp_exit_conf_state(dev);
}
/*
* in romstage.c
* #define CLKIN_DEV PNP_DEV(0x2e, ITE_GPIO)

View File

@ -19,5 +19,4 @@
#define IT8528E_PMC4 0x18 /* Power Management Channel 4 */
#define IT8528E_PMC5 0x19 /* Power Management Channel 5 */
#endif /* SUPERIO_ITE_IT8528E_H */

View File

@ -129,5 +129,4 @@ void it8772f_exit_conf(pnp_devfn_t dev);
void it8772f_gpio_led(pnp_devfn_t dev, int set, u8 select, u8 polarity, u8 pullup,
u8 output, u8 enable, u8 led_pin_map, u8 led_freq);
#endif /* SUPERIO_ITE_IT8772F_H */

View File

@ -20,7 +20,6 @@
#define NCT6779D_PRT80 0x14 /* Port 80 UART */
#define NCT6779D_DSLP 0x16 /* Deep sleep */
/* virtual LDN for GPIO */
#define NCT6779D_GPIOBASE ((0 << 8) | NCT6779D_WDT1_GPIO01_V)

View File

@ -7,7 +7,6 @@
#include "nct6779d.h"
static void nct6779d_init(struct device *dev)
{
if (!dev->enabled)

View File

@ -131,7 +131,6 @@
#define SCH5545_IRQ_PARPORT 0x11
#define SCH5545_IRQ_DISABLED 0xff
/* runtime registers */
#define SCH5545_RR_PME_STS 0x00
#define SCH5545_GLOBAL_PME_STS 0x01

View File

@ -24,7 +24,6 @@ static void pnp_exit_conf_state(pnp_devfn_t dev)
outb(SMSC_EXIT_KEY, port);
}
/**
* Enable the specified serial port.
*