[PATCH] m68knommu: implement irq_canonicalize()
authorGreg Ungerer <gerg@snapgear.com>
Wed, 6 Dec 2006 01:36:13 +0000 (11:36 +1000)
committerLinus Torvalds <torvalds@woody.osdl.org>
Wed, 6 Dec 2006 15:41:26 +0000 (07:41 -0800)
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 <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-m68knommu/irq.h

index 45e7a2fd16893b0b830da7868e15dc3a7268316f..7b8f874f8429c8b8e526a7af5d780b1db13df806 100644 (file)
@@ -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_ */