The patch titled m32r: Remove a warning in m32r_sio.c has been removed from the -mm tree. Its filename is m32r-remove-a-warning-of-m32r_sioc.patch This patch was probably dropped from -mm because it has now been merged into a subsystem tree or into Linus's tree, or because it was folded into its parent patch in the -mm tree. 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 --- devel/drivers/serial/m32r_sio.c~m32r-remove-a-warning-of-m32r_sioc 2006-04-18 22:20:00.000000000 -0700 +++ devel-akpm/drivers/serial/m32r_sio.c 2006-04-18 22:20:00.000000000 -0700 @@ -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 - 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