[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[2.5 patch] remove kernel 2.0 code from mcfserial.h


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
 
 };
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo _at_ vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: