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-h8300 | |
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-h8300')
-rw-r--r-- | include/asm-h8300/irq.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-h8300/irq.h b/include/asm-h8300/irq.h index 5027181ed067..73065f5bda0e 100644 --- a/include/asm-h8300/irq.h +++ b/include/asm-h8300/irq.h | |||
@@ -61,11 +61,6 @@ static __inline__ int irq_canonicalize(int irq) | |||
61 | 61 | ||
62 | extern void enable_irq(unsigned int); | 62 | extern void enable_irq(unsigned int); |
63 | extern void disable_irq(unsigned int); | 63 | extern void disable_irq(unsigned int); |
64 | |||
65 | /* | ||
66 | * Some drivers want these entry points | ||
67 | */ | ||
68 | #define enable_irq_nosync(x) enable_irq(x) | ||
69 | #define disable_irq_nosync(x) disable_irq(x) | 64 | #define disable_irq_nosync(x) disable_irq(x) |
70 | 65 | ||
71 | struct irqaction; | 66 | struct irqaction; |