To: linus, akpm Cc: lkml Subject: [PATCH] m68k/MVME167: SERIAL167 is no longer broken - SERIAL167 is no longer broken - Removed some unused variables from the driver to fix compiler warnings Signed-Off-By: Kars de Jong Signed-Off-By: Geert Uytterhoeven --- arch/m68k/Kconfig | 2 +- drivers/char/serial167.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) --- linux/arch/m68k/Kconfig 2005/08/29 14:16:21 1.1.1.28 +++ linux/arch/m68k/Kconfig 2005/10/11 18:56:37 1.30 @@ -613,7 +613,7 @@ config MVME147_SCC config SERIAL167 bool "CD2401 support for MVME166/7 serial ports" - depends on MVME16x && BROKEN + depends on MVME16x help This is the driver for the serial ports on the Motorola MVME166, 167, and 172 boards. Everyone using one of these boards should say --- linux/drivers/char/serial167.c 2004/12/29 23:46:03 1.1.1.17 +++ linux/drivers/char/serial167.c 2005/10/11 18:56:37 1.10 @@ -1450,7 +1450,6 @@ cy_tiocmget(struct tty_struct *tty, stru volatile unsigned char *base_addr = (u_char *)BASE_ADDR; unsigned long flags; unsigned char status; - unsigned int result; channel = info->line; @@ -1474,7 +1473,6 @@ cy_tiocmset(struct tty_struct *tty, stru int channel; volatile unsigned char *base_addr = (u_char *)BASE_ADDR; unsigned long flags; - unsigned int arg; channel = info->line;