[2.6 patch] remove kernel 2.0 #ifdef's from arm{,26} code

From: Adrian Bunk
Date: Thu Feb 26 2004 - 17:47:39 EST


The patch below removes #ifdef's for kernel 2.0 from
arch/arm{,26}/nwfpe/fpmodule.c .

Please apply
Adrian


--- linux-2.6.3-mm4/arch/arm26/nwfpe/fpmodule.c.old 2004-02-26 23:40:02.000000000 +0100
+++ linux-2.6.3-mm4/arch/arm26/nwfpe/fpmodule.c 2004-02-26 23:41:14.000000000 +0100
@@ -46,10 +46,9 @@

#ifdef MODULE
void fp_send_sig(unsigned long sig, PTASK p, int priv);
-#if LINUX_VERSION_CODE > 0x20115
+
MODULE_AUTHOR("Scott Bambrough <scottb@xxxxxxxxx>");
MODULE_DESCRIPTION("NWFPE floating point emulator");
-#endif

#else
#define fp_send_sig send_sig
--- linux-2.6.3-mm4/arch/arm/nwfpe/fpmodule.c.old 2004-02-26 23:40:56.000000000 +0100
+++ linux-2.6.3-mm4/arch/arm/nwfpe/fpmodule.c 2004-02-26 23:41:07.000000000 +0100
@@ -50,10 +50,9 @@

#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@xxxxxxxxx>");
MODULE_DESCRIPTION("NWFPE floating point emulator (" NWFPE_BITS " precision)");
-#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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/