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
..
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-10-20 10:26:36 -07:00
2006-10-07 10:51:15 -07:00
2006-10-06 20:47:23 -06:00
2005-04-16 15:20:36 -07:00
2006-10-01 17:14:07 +01:00
2006-10-06 15:31:16 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00