diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-04-20 21:14:05 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-04-20 21:14:05 +0000 |
commit | 685ee37a12f66f57b76e4be28fc59b30faa666da (patch) | |
tree | d3e5232d6fdb97766b82fad97dc19e172d1b9559 /src | |
parent | bbd2f21184fdede46f7b6136bf0be47582236376 (diff) |
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.c | 1 |
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) |