summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Schaeffer <daniel@dschaeffer.localdomain>2008-02-26 13:14:35 -0500
committerDaniel Schaeffer <daniel@dschaeffer.localdomain>2008-02-26 13:14:35 -0500
commit5618bf1def92acd00a72fb5e1da2fcfb11f83122 (patch)
treefd7f8b527ebef3f9e5a6372f03377442063e25e5 /include
parenta8967d7592c081ea57adf5206412b1eea9a076a5 (diff)
Fixed MXC IDE compile bugs
Diffstat (limited to 'include')
-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__ */