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
..
2006-11-03 12:27:57 -08:00
2006-10-11 11:14:25 -07:00
2006-11-30 05:32:19 +01:00
2006-11-30 05:24:39 +01:00
2006-11-30 05:24:39 +01:00
2006-10-17 08:18:42 -07:00
2006-11-30 05:22:59 +01:00
2006-11-16 14:30:26 -08:00
2006-10-17 08:18:42 -07:00