Skip to content

Commit

Permalink
[PATCH] m68knommu: implement irq_canonicalize()
Browse files Browse the repository at this point in the history
Add a null definition for irq_canonicalize(). It is used in the gerneric
serial subsystem code, can't compile without it.

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Dec 6, 2006
1 parent 5340be5 commit dd93e85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-m68knommu/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ extern void (*mach_disable_irq)(unsigned int);
#define enable_irq(x) do { } while (0)
#define disable_irq(x) do { } while (0)
#define disable_irq_nosync(x) disable_irq(x)
#define irq_canonicalize(irq) (irq)

#endif /* _M68K_IRQ_H_ */

0 comments on commit dd93e85

Please sign in to comment.