git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d30593
)
[POWERPC] CPM_UART: Fix inconsistency of function definition
author
Kalle Pokki
<kalle.pokki@iki.fi>
Mon, 13 Nov 2006 08:22:30 +0000
(11:22 +0300)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 4 Dec 2006 09:39:25 +0000
(20:39 +1100)
The below hunk was missed from the recent patch, and now, there are somewhat
inconsistent definitions:
in cpm_uart.h:
int __init cpm_uart_init_portdesc(void);
in cpm_uart_cpm1.c:
int __init cpm_uart_init_portdesc(void)
{
}
in cpm_uart_cpm2.c:
int cpm_uart_init_portdesc(void)
{
}
Signed-off-by: Kalle Pokki <kalle.pokki@iki.fi>
Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/serial/cpm_uart/cpm_uart_cpm2.c
patch
|
blob
|
history
diff --cc
drivers/serial/cpm_uart/cpm_uart_cpm2.c
Simple merge