public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] serialP.h: remove a kernel 2.2 #ifdef
@ 2004-02-08  1:28 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2004-02-08  1:28 UTC (permalink / raw)
  To: tytso, linux-serial; +Cc: linux-kernel

The patch below removes a kernel 2.2 #ifdef from include/linux/serialP.h .

Please apply
Adrian


--- linux-2.6.2-mm1/include/linux/serialP.h.old	2004-02-08 02:25:01.000000000 +0100
+++ linux-2.6.2-mm1/include/linux/serialP.h	2004-02-08 02:25:22.000000000 +0100
@@ -26,11 +26,6 @@
 #include <linux/interrupt.h>
 #include <linux/circ_buf.h>
 #include <linux/wait.h>
-#if (LINUX_VERSION_CODE < 0x020300)
-/* Unfortunate, but Linux 2.2 needs async_icount defined here and
- * it got moved in 2.3 */
-#include <linux/serial.h>
-#endif
 
 struct serial_state {
 	int	magic;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-02-08  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-08  1:28 [patch] serialP.h: remove a kernel 2.2 #ifdef Adrian Bunk

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