[PATCH] Fix compile failure in cpm_uart_cpm2
Paul Gortmaker
paul.gortmaker at windriver.com
Fri Feb 16 04:43:06 EST 2007
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.
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");
More information about the Linuxppc-dev
mailing list