lkml.org 
[lkml]   [2003]   [Jul]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.5 patch] pcxx.c: remove #if for kernel 2.0
The trivial patch below removes an #if for kernel 2.0 from 
drivers/char/pcxx.c .

Please apply
Adrian

--- linux-2.5.75-not-full/drivers/char/pcxx.c.old 2003-07-12 13:17:14.000000000 +0200
+++ linux-2.5.75-not-full/drivers/char/pcxx.c 2003-07-12 13:17:40.000000000 +0200
@@ -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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.033 / U:0.460 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site