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

Adrian Bunk (bunk@fs.tum.de)
Fri, 10 Jan 2003 11:15:41 +0100


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/