The patch titled m32r: Remove a warning in m32r_sio.c has been added to the -mm tree. Its filename is m32r-remove-a-warning-of-m32r_sioc.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Hirokazu Takata <takata@xxxxxxxxxxxxxx> /project/m32r-linux/kernel/linux-2.6.17-rc1-mm2/linux-2.6.17-rc1-mm2/drivers/serial/m32r_sio.c: In function 'm32r_sio_console_write': /project/m32r-linux/kernel/linux-2.6.17-rc1-mm2/linux-2.6.17-rc1-mm2/drivers/serial/m32r_sio.c:1060: warning: unused variable 'i' Signed-off-by: Hirokazu Takata <takata@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/serial/m32r_sio.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/serial/m32r_sio.c~m32r-remove-a-warning-of-m32r_sioc drivers/serial/m32r_sio.c --- 25/drivers/serial/m32r_sio.c~m32r-remove-a-warning-of-m32r_sioc Thu Apr 13 15:34:57 2006 +++ 25-akpm/drivers/serial/m32r_sio.c Thu Apr 13 15:34:57 2006 @@ -1057,7 +1057,6 @@ static void m32r_sio_console_write(struc { struct uart_sio_port *up = &m32r_sio_ports[co->index]; unsigned int ier; - int i; /* * First save the UER then disable the interrupts _ Patches currently in -mm which might be from takata@xxxxxxxxxxxxxx are origin.patch m32r-fix-pt_regs-for.patch m32r-update-include-asm-m32r-semaphoreh.patch m32r-mappi3-reboot-support.patch m32r-remove-a-warning-of-m32r_sioc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html