projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4b09eb
)
arch/arm26/nwfpe/fpmodule.c: remove kernel 2.0 #ifdef
author
Adrian Bunk
<bunk@stusta.de>
Tue, 3 Jan 2006 12:42:12 +0000
(13:42 +0100)
committer
Adrian 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
patch
|
blob
|
history
diff --git
a/arch/arm26/nwfpe/fpmodule.c
b/arch/arm26/nwfpe/fpmodule.c
index 528fa710aa3464cd6bc6ba1f11f9ea36f70bb836..5258c6096fb9b5551da66d1fe5f3b43b07636e12 100644
(file)
--- a/
arch/arm26/nwfpe/fpmodule.c
+++ b/
arch/arm26/nwfpe/fpmodule.c
@@
-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