diff options
| author | Kalle Pokki <[email protected]> | 2006-11-13 11:22:30 +0300 |
|---|---|---|
| committer | Paul Mackerras <[email protected]> | 2006-12-04 20:39:25 +1100 |
| commit | 533462df56db99ceba4b4124b69469aa2a46a8de (patch) | |
| tree | fda148f9cf2a854ce1050087e2ba848e8a831964 /include/linux/debugobjects.h | |
| parent | 1d30593e4c406c753e395676ba8b58600ccccbc1 (diff) | |
[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 <[email protected]>
Signed-off-by: Vitaly Bordug <[email protected]>
Signed-off-by: Paul Mackerras <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions