alistair23-linux/drivers/serial/cpm_uart
Kalle Pokki 533462df56 [POWERPC] CPM_UART: Fix inconsistency of function definition
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>
2006-12-04 20:39:25 +11:00
..
cpm_uart.h [POWERPC] CPM_UART: Fix non-console initialisation 2006-11-10 21:35:36 +11:00
cpm_uart_core.c [POWERPC] CPM_UART: Fix non-console initialisation 2006-11-10 21:35:36 +11:00
cpm_uart_cpm1.c [POWERPC] CPM_UART: Fix non-console initialisation 2006-11-10 21:35:36 +11:00
cpm_uart_cpm1.h fix file specification in comments 2006-10-03 23:01:26 +02:00
cpm_uart_cpm2.c [POWERPC] CPM_UART: Fix inconsistency of function definition 2006-12-04 20:39:25 +11:00
cpm_uart_cpm2.h fix file specification in comments 2006-10-03 23:01:26 +02:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00