public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: bkaindl@netway.at
Cc: linux-kernel@vger.kernel.org
Subject: [2.5 patch] remove kernel 2.0 #if from drivers/char/pcxx.c
Date: Sat, 11 Jan 2003 18:49:50 +0100	[thread overview]
Message-ID: <20030111174950.GS10486@fs.tum.de> (raw)

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
 


                 reply	other threads:[~2003-01-11 17:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030111174950.GS10486@fs.tum.de \
    --to=bunk@fs.tum.de \
    --cc=bkaindl@netway.at \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox