public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.5 patch] remove kernel 2.0 code from mcfserial.h
@ 2003-01-12  8:49 Adrian Bunk
  2003-01-13  0:52 ` Greg Ungerer
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2003-01-12  8:49 UTC (permalink / raw)
  To: Greg Ungerer; +Cc: linux-kernel

The patch below removes some #if'd code for kernel 2.0 from 
drivers/serial/mcfserial.h.

Please apply
Adrian


--- linux-2.5.56/drivers/serial/mcfserial.h.old	2003-01-12 09:44:38.000000000 +0100
+++ linux-2.5.56/drivers/serial/mcfserial.h	2003-01-12 09:45:04.000000000 +0100
@@ -69,13 +69,8 @@
 	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
 
 };
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [2.5 patch] remove kernel 2.0 code from mcfserial.h
  2003-01-12  8:49 [2.5 patch] remove kernel 2.0 code from mcfserial.h Adrian Bunk
@ 2003-01-13  0:52 ` Greg Ungerer
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Ungerer @ 2003-01-13  0:52 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: linux-kernel

Hi Adrian,

Adrian Bunk wrote:
> The patch below removes some #if'd code for kernel 2.0 from 
> drivers/serial/mcfserial.h.

Applied. Thanks.

Regards
Greg


------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Wizard        EMAIL:  gerg@snapgear.com
SnapGear Pty Ltd                               PHONE:    +61 7 3435 2888
825 Stanley St,                                  FAX:    +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia              WEB:   www.SnapGear.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-01-13  1:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-12  8:49 [2.5 patch] remove kernel 2.0 code from mcfserial.h Adrian Bunk
2003-01-13  0:52 ` Greg Ungerer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox