[PATCH] Fix compile failure in cpm_uart_cpm2
Vitaly Bordug
vbordug at ru.mvista.com
Fri Feb 16 07:31:39 EST 2007
On Thu, 15 Feb 2007 12:43:06 -0500
Paul Gortmaker wrote:
> Fix bug that exists in kernel.org since 2.6.17rc4 - compiles fail if
> CONFIG_SERIAL_CPM_SMC is defined. Tested on a board using SMC1
> console.
>
This has been submitted already by Heiko Schocher <hs at denx.de>, sorry...
Anyway, got to be fixed soon.
> Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
> ---
>
> --- linux-2.6.20/drivers/serial/cpm_uart/cpm_uart_cpm2.c~
> 2007-02-07 14:07:47.778573326 -0500 +++
> linux-2.6.20/drivers/serial/cpm_uart/cpm_uart_cpm2.c
> 2007-02-07 14:07:58.248391885 -0500 @@ -285,7 +285,7 @@ int __init
> cpm_uart_init_portdesc(void) {
> #if defined(CONFIG_SERIAL_CPM_SMC1) ||
> defined(CONFIG_SERIAL_CPM_SMC2)
> - u32 addr;
> + u16 *addr;
> #endif
> pr_debug("CPM uart[-]:init portdesc\n");
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev at ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
More information about the Linuxppc-dev
mailing list