From: Jes Sorensen Remove unsued semaphore declaration. Signed-off-by: Jes Sorensen Signed-off-by: Ingo Molnar Cc: "Luck, Tony" Signed-off-by: Andrew Morton --- arch/ia64/hp/sim/simserial.c | 1 - 1 files changed, 1 deletion(-) diff -puN arch/ia64/hp/sim/simserial.c~sem2mutex-clean-up-arch-ia64-hp-sim-simserialc arch/ia64/hp/sim/simserial.c --- 25/arch/ia64/hp/sim/simserial.c~sem2mutex-clean-up-arch-ia64-hp-sim-simserialc Fri Jan 13 15:57:54 2006 +++ 25-akpm/arch/ia64/hp/sim/simserial.c Fri Jan 13 15:57:54 2006 @@ -108,7 +108,6 @@ static struct async_struct *IRQ_ports[NR static struct console *console; static unsigned char *tmp_buf; -static DECLARE_MUTEX(tmp_buf_sem); extern struct console *console_drivers; /* from kernel/printk.c */ _