From d14e3a9f1cd342c66886660e4d7725261bbe7486 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Mon, 13 Jan 2003 04:23:06 -0800 Subject: [PATCH] [PATCH] remove obsolete code from mcfserial.h This patch removes the old 2.0.x conditional code from the mcfserial.h header. --- drivers/serial/mcfserial.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/serial/mcfserial.h b/drivers/serial/mcfserial.h index 8b0dbe5face4..6d682744ebfb 100644 --- a/drivers/serial/mcfserial.h +++ b/drivers/serial/mcfserial.h @@ -69,13 +69,8 @@ struct mcf_serial { struct work_struct tqueue_hangup; struct termios normal_termios; struct termios callout_termios; -#if LINUX_VERSION_CODE <= 0x020100 - struct wait_queue *open_wait; - struct wait_queue *close_wait; -#else wait_queue_head_t open_wait; wait_queue_head_t close_wait; -#endif }; -- 2.39.5