[2.5 patch] remove kernel 2.0 code from arch/arm/nwfpe/fpmodule.c

From: Adrian Bunk (bunk@fs.tum.de)
Date: Fri Jan 10 2003 - 05:15:41 EST


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
-
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/



This archive was generated by hypermail 2b29 : Wed Jan 15 2003 - 22:00:32 EST