]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
arch/arm26/nwfpe/fpmodule.c: remove kernel 2.0 #ifdef
authorAdrian Bunk <bunk@stusta.de>
Tue, 3 Jan 2006 12:42:12 +0000 (13:42 +0100)
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>
Tue, 3 Jan 2006 12:42:12 +0000 (13:42 +0100)
This patch removes an #ifdef for kernel 2.0 .

Signed-off-by: Adrian Bunk <bunk@stusta.de>
arch/arm26/nwfpe/fpmodule.c

index 528fa710aa3464cd6bc6ba1f11f9ea36f70bb836..5258c6096fb9b5551da66d1fe5f3b43b07636e12 100644 (file)
@@ -46,10 +46,9 @@ typedef struct task_struct*  PTASK;
 
 #ifdef MODULE
 void fp_send_sig(unsigned long sig, PTASK 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