diff options
-rw-r--r-- | include/asm-m68knommu/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68knommu/irq.h b/include/asm-m68knommu/irq.h index c5247516fcfe..53557274eef8 100644 --- a/include/asm-m68knommu/irq.h +++ b/include/asm-m68knommu/irq.h | |||
@@ -83,7 +83,7 @@ extern void (*mach_disable_irq)(unsigned int); | |||
83 | /* | 83 | /* |
84 | * Some drivers want these entry points | 84 | * Some drivers want these entry points |
85 | */ | 85 | */ |
86 | #define enable_irq(x) 0 | 86 | #define enable_irq(x) do { } while (0) |
87 | #define disable_irq(x) do { } while (0) | 87 | #define disable_irq(x) do { } while (0) |
88 | #define disable_irq_nosync(x) disable_irq(x) | 88 | #define disable_irq_nosync(x) disable_irq(x) |
89 | 89 | ||