diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-03 07:42:12 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-03 07:42:12 -0500 |
commit | df7b5d13c6c850bc2e3ca6ccfb1038f36bbbcf19 (patch) | |
tree | bce8f1a6e326f67a91bd80800278890bf409df17 /arch/arm26 | |
parent | f4b09ebc8baa51ec8394c4173e3de9d62b2cc97a (diff) |
arch/arm26/nwfpe/fpmodule.c: remove kernel 2.0 #ifdef
This patch removes an #ifdef for kernel 2.0 .
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/arm26')
-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 |