summaryrefslogtreecommitdiffstats
path: root/src/include/console
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-19 21:51:55 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-09-14 07:09:41 +0000
commit563fc0889fcaee05d104f40d7f22fc27046bbe24 (patch)
tree1e39e353ed0d160e76b08b30abd4cc517d76891f /src/include/console
parent7c79d8302b7361a11a204131d5661d768feb82ac (diff)
downloadcoreboot-563fc0889fcaee05d104f40d7f22fc27046bbe24.tar.gz
coreboot-563fc0889fcaee05d104f40d7f22fc27046bbe24.tar.bz2
coreboot-563fc0889fcaee05d104f40d7f22fc27046bbe24.zip
src/include: Drop unneeded empty lines
Change-Id: Ie325541547ea10946f41a8f979d144a06a7e80eb Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44611 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/include/console')
-rw-r--r--src/include/console/flash.h1
-rw-r--r--src/include/console/spi.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/include/console/flash.h b/src/include/console/flash.h
index 8104e5c4854e..9a0dc63915ee 100644
--- a/src/include/console/flash.h
+++ b/src/include/console/flash.h
@@ -27,5 +27,4 @@ static inline void __flashconsole_tx_byte(u8 data) {}
static inline void __flashconsole_tx_flush(void) {}
#endif /* __CONSOLE_FLASH_ENABLE__ */
-
#endif /* CONSOLE_FLASH_H */
diff --git a/src/include/console/spi.h b/src/include/console/spi.h
index cb32d7e64c50..8a58b85b22c5 100644
--- a/src/include/console/spi.h
+++ b/src/include/console/spi.h
@@ -52,6 +52,4 @@ struct em100_msg {
char data[MAX_MSG_LENGTH];
} __packed;
-
-
#endif /* CONSOLE_SPI_H */