public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: Scott Bambrough <scottb@rebel.com>, rmk@arm.linux.org.uk
Cc: linux-kernel@vger.kernel.org
Subject: [2.5 patch] remove kernel 2.0 code from arch/arm/nwfpe/fpmodule.c
Date: Fri, 10 Jan 2003 11:15:41 +0100	[thread overview]
Message-ID: <20030110101541.GE6626@fs.tum.de> (raw)

The patch below removes a #if for kernel 2.0 from
arch/arm/nwfpe/fpmodule.c in 2.5.55.

Please apply
Adrian


--- linux-2.5.55/arch/arm/nwfpe/fpmodule.c.old	2003-01-10 11:12:13.000000000 +0100
+++ linux-2.5.55/arch/arm/nwfpe/fpmodule.c	2003-01-10 11:12:33.000000000 +0100
@@ -44,10 +44,9 @@
 /* kernel symbols required for signal handling */
 #ifdef MODULE
 void fp_send_sig(unsigned long sig, struct task_struct *p, int priv);
-#if LINUX_VERSION_CODE > 0x20115
+
 MODULE_AUTHOR("Scott Bambrough <scottb@rebel.com>");
 MODULE_DESCRIPTION("NWFPE floating point emulator");
-#endif
 
 #else
 #define fp_send_sig	send_sig

                 reply	other threads:[~2003-01-10 10:07 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=20030110101541.GE6626@fs.tum.de \
    --to=bunk@fs.tum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=scottb@rebel.com \
    /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