From: Kalle Pokki Date: Mon, 13 Nov 2006 08:22:30 +0000 (+0300) Subject: [POWERPC] CPM_UART: Fix inconsistency of function definition X-Git-Tag: v2.6.20-rc1~34^2~40^2~8^2~104 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=533462df56db99ceba4b4124b69469aa2a46a8de;p=pandora-kernel.git [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 Signed-off-by: Vitaly Bordug Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed