Skip to content

Commit

Permalink
Staging: otus: remove old irqreturn_t definition
Browse files Browse the repository at this point in the history
See commit bedd30d (genirq: make irqreturn_t an enum)

Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alexander Beregalov authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 41d8532 commit c8bfbd5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/staging/otus/zdcompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ struct iw_request_info
#endif
#endif

#ifndef IRQ_NONE
typedef void irqreturn_t;
#define IRQ_NONE
#define IRQ_HANDLED
#define IRQ_RETVAL(x)
#endif

#ifndef in_atomic
#define in_atomic() 0
#endif
Expand Down

0 comments on commit c8bfbd5

Please sign in to comment.