linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.5 patch] remove kernel 2.0 #if from drivers/char/pcxx.c
@ 2003-01-11 17:49 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-01-11 17:49 UTC (permalink / raw)
  To: bkaindl; +Cc: linux-kernel

the patch below removes an #if for kernel 2.0 from drivers/char/pcxx.c.

Please apply
Adrian

--- linux-2.5.56/drivers/char/pcxx.c.old	2003-01-11 18:47:21.000000000 +0100
+++ linux-2.5.56/drivers/char/pcxx.c	2003-01-11 18:47:45.000000000 +0100
@@ -110,7 +110,6 @@
 static int altpin[]       = {0, 0, 0, 0};
 static int numports[]     = {0, 0, 0, 0};
 
-# if (LINUX_VERSION_CODE > 0x020111)
 MODULE_AUTHOR("Bernhard Kaindl");
 MODULE_DESCRIPTION("Digiboard PC/X{i,e,eve} driver");
 MODULE_LICENSE("GPL");
@@ -121,7 +120,6 @@
 MODULE_PARM(memsize,     "1-4i");
 MODULE_PARM(altpin,      "1-4i");
 MODULE_PARM(numports,    "1-4i");
-# endif
 
 #endif MODULE
 


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

only message in thread, other threads:[~2003-01-11 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-11 17:49 [2.5 patch] remove kernel 2.0 #if from drivers/char/pcxx.c Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).