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:
committed by
Patrick Georgi
parent
e0ca33ce86
commit
d3a74bb4fe
@@ -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)
|
||||
|
@@ -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 */
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user