Commit df7b5d13 authored by Adrian Bunk's avatar Adrian Bunk Committed by Adrian Bunk

arch/arm26/nwfpe/fpmodule.c: remove kernel 2.0 #ifdef

This patch removes an #ifdef for kernel 2.0 .
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent f4b09ebc
...@@ -46,10 +46,9 @@ typedef struct task_struct* PTASK; ...@@ -46,10 +46,9 @@ typedef struct task_struct* PTASK;
#ifdef MODULE #ifdef MODULE
void fp_send_sig(unsigned long sig, PTASK p, int priv); void fp_send_sig(unsigned long sig, PTASK p, int priv);
#if LINUX_VERSION_CODE > 0x20115
MODULE_AUTHOR("Scott Bambrough <scottb@rebel.com>"); MODULE_AUTHOR("Scott Bambrough <scottb@rebel.com>");
MODULE_DESCRIPTION("NWFPE floating point emulator"); MODULE_DESCRIPTION("NWFPE floating point emulator");
#endif
#else #else
#define fp_send_sig send_sig #define fp_send_sig send_sig
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment