summaryrefslogtreecommitdiffstats
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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-arm/ide.h b/include/asm-arm/ide.h
index 6bd9d3c02..5b898dfee 100644
--- a/include/asm-arm/ide.h
+++ b/include/asm-arm/ide.h
@@ -46,6 +46,13 @@ typedef union {
#define ide_release_lock(lock) do {} while (0)
#define ide_get_lock(lock, hdlr, data) do {} while (0)
+/*
+ * We always use the new IDE port registering,
+ * so these are fixed here.
+ */
+#define ide_default_io_base(i) ((ide_ioreg_t)0)
+#define ide_default_irq(b) (0)
+
#endif /* __KERNEL__ */
#endif /* __ASMARM_IDE_H */