diff options
author | Christoph Hellwig <hch@lst.de> | 2006-01-06 03:18:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 11:33:44 -0500 |
commit | b14a72d6cbf73443b975ffb04871e0ffb240df58 (patch) | |
tree | a839152938e1d257c6ff8b2607b5e89bbf75acdb /include/asm-m68knommu/irq.h | |
parent | 32588918254cff7c03651dcbd3d8cc2301aba5bd (diff) |
[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>
Diffstat (limited to 'include/asm-m68knommu/irq.h')
-rw-r--r-- | include/asm-m68knommu/irq.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-m68knommu/irq.h b/include/asm-m68knommu/irq.h index 993046b1e380..20c48ec858a4 100644 --- a/include/asm-m68knommu/irq.h +++ b/include/asm-m68knommu/irq.h | |||
@@ -86,8 +86,6 @@ extern void (*mach_disable_irq)(unsigned int); | |||
86 | */ | 86 | */ |
87 | #define enable_irq(x) 0 | 87 | #define enable_irq(x) 0 |
88 | #define disable_irq(x) do { } while (0) | 88 | #define disable_irq(x) do { } while (0) |
89 | |||
90 | #define enable_irq_nosync(x) enable_irq(x) | ||
91 | #define disable_irq_nosync(x) disable_irq(x) | 89 | #define disable_irq_nosync(x) disable_irq(x) |
92 | 90 | ||
93 | struct irqaction; | 91 | struct irqaction; |