Skip to content

Commit

Permalink
arch/arm26/nwfpe/fpmodule.c: remove kernel 2.0 #ifdef
Browse files Browse the repository at this point in the history
This patch removes an #ifdef for kernel 2.0 .

Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
AdrianBunk authored and Adrian Bunk committed Jan 3, 2006
1 parent f4b09eb commit df7b5d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm26/nwfpe/fpmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>");
MODULE_DESCRIPTION("NWFPE floating point emulator");
#endif

#else
#define fp_send_sig send_sig
Expand Down

0 comments on commit df7b5d1

Please sign in to comment.