summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2011-04-20 21:14:05 +0000
committerStefan Reinauer <stepan@openbios.org>2011-04-20 21:14:05 +0000
commit685ee37a12f66f57b76e4be28fc59b30faa666da (patch)
treed3e5232d6fdb97766b82fad97dc19e172d1b9559 /src
parentbbd2f21184fdede46f7b6136bf0be47582236376 (diff)
downloadcoreboot-685ee37a12f66f57b76e4be28fc59b30faa666da.tar.xz
drop excessive newline in uart8250.c
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6533 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/lib/uart8250.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/uart8250.c b/src/lib/uart8250.c
index 8c8eed8a11..03d954ba2c 100644
--- a/src/lib/uart8250.c
+++ b/src/lib/uart8250.c
@@ -25,7 +25,6 @@
#include "option_table.h"
#endif
-
/* Should support 8250, 16450, 16550, 16550A type UARTs */
static inline int uart8250_can_tx_byte(unsigned base_port)