mirror of https://gitee.com/openkylin/linux.git
[PATCH] m68knommu: implement irq_canonicalize()
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>
This commit is contained in:
parent
5340be5909
commit
dd93e857fc
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue