projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9208d7e
)
altera_jtag_uart: Adjust the declaration of debug_uart_init()
author
Thomas Chou
<thomas@wytron.com.tw>
Tue, 3 Nov 2015 06:18:27 +0000
(14:18 +0800)
committer
Thomas Chou
<thomas@wytron.com.tw>
Fri, 6 Nov 2015 04:56:46 +0000
(12:56 +0800)
Follow commit
97b059730218
("debug_uart: Adjust the declaration of
debug_uart_init()")
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Marek Vasut <marex@denx.de>
Reviewed-by: Chin Liang See <clsee@altera.com>
drivers/serial/altera_jtag_uart.c
patch
|
blob
|
history
diff --git
a/drivers/serial/altera_jtag_uart.c
b/drivers/serial/altera_jtag_uart.c
index 767603ca031838b170c164105284f926031c2faf..c77bea3a1e013a728501f53bcf1cdc86fbb86829 100644
(file)
--- a/
drivers/serial/altera_jtag_uart.c
+++ b/
drivers/serial/altera_jtag_uart.c
@@
-130,7
+130,7
@@
U_BOOT_DRIVER(altera_jtaguart) = {
#include <debug_uart.h>
-
void
debug_uart_init(void)
+
static inline void _
debug_uart_init(void)
{
}