summaryrefslogtreecommitdiff
path: root/include/asm-arm/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/ide.h')
-rw-r--r--include/asm-arm/ide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/ide.h b/include/asm-arm/ide.h
index 2cbe806ce442..c96814017199 100644
--- a/include/asm-arm/ide.h
+++ b/include/asm-arm/ide.h
@@ -32,7 +32,7 @@
#ifdef CONFIG_ARCH_MXC
#define IDE_ARCH_ACK_INTR
-#define ide_ack_intr(hwif) ((hwif)->hw.ack_intr ? (hwif)->hw.ack_intr(hwif) : 1)
+#define ide_ack_intr(hwif) ((hwif)->ack_intr(hwif))
#endif /* CONFIG_ARCH_MXC */
#endif /* __KERNEL__ */