* [2.5 patch] remove kernel 2.0 code from arch/arm/nwfpe/fpmodule.c
@ 2003-01-10 10:15 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2003-01-10 10:15 UTC (permalink / raw)
To: Scott Bambrough, rmk; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-01-10 10:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-10 10:15 [2.5 patch] remove kernel 2.0 code from arch/arm/nwfpe/fpmodule.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