mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04:00
[PATCH] m68knommu: remove enable_irq_nosync()
m68k, m68knommu and h8300 define this, but it's not actually used anywhere. Signed-off-by: Christoph Hellwig <hch@lst.de> Cc: Greg Ungerer <gerg@uclinux.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
3258891825
commit
b14a72d6cb
@@ -86,8 +86,6 @@ extern void (*mach_disable_irq)(unsigned int);
|
||||
*/
|
||||
#define enable_irq(x) 0
|
||||
#define disable_irq(x) do { } while (0)
|
||||
|
||||
#define enable_irq_nosync(x) enable_irq(x)
|
||||
#define disable_irq_nosync(x) disable_irq(x)
|
||||
|
||||
struct irqaction;
|
||||
|
||||
Reference in New Issue
Block a user