diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-19 21:54:11 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-24 09:14:42 +0000 |
commit | d3a74bb4fe305e5b2e6c74a6f777f549fad34b3b (patch) | |
tree | 7aae0ddcddbc3af6c00e09150d1cf149d0d8891c /src/superio/ite/common | |
parent | e0ca33ce86f328897274ca2e792083445e7b0dfc (diff) |
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>
Diffstat (limited to 'src/superio/ite/common')
-rw-r--r-- | src/superio/ite/common/early_serial.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/superio/ite/common/early_serial.c b/src/superio/ite/common/early_serial.c index 48e414b0da..6b05a382e7 100644 --- a/src/superio/ite/common/early_serial.c +++ b/src/superio/ite/common/early_serial.c @@ -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) |