diff options
| -rw-r--r-- | arch/arm26/nwfpe/fpmodule.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm26/nwfpe/fpmodule.c b/arch/arm26/nwfpe/fpmodule.c index 528fa710aa34..5258c6096fb9 100644 --- a/arch/arm26/nwfpe/fpmodule.c +++ b/arch/arm26/nwfpe/fpmodule.c | |||
| @@ -46,10 +46,9 @@ typedef struct task_struct* PTASK; | |||
| 46 | 46 | ||
| 47 | #ifdef MODULE | 47 | #ifdef MODULE |
| 48 | void fp_send_sig(unsigned long sig, PTASK p, int priv); | 48 | void fp_send_sig(unsigned long sig, PTASK p, int priv); |
| 49 | #if LINUX_VERSION_CODE > 0x20115 | 49 | |
| 50 | MODULE_AUTHOR("Scott Bambrough <scottb@rebel.com>"); | 50 | MODULE_AUTHOR("Scott Bambrough <scottb@rebel.com>"); |
| 51 | MODULE_DESCRIPTION("NWFPE floating point emulator"); | 51 | MODULE_DESCRIPTION("NWFPE floating point emulator"); |
| 52 | #endif | ||
| 53 | 52 | ||
| 54 | #else | 53 | #else |
| 55 | #define fp_send_sig send_sig | 54 | #define fp_send_sig send_sig |
