summaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
authorBjorn Helgaas2005-11-09 22:58:07 +0100
committerBartlomiej Zolnierkiewicz2005-11-09 22:58:07 +0100
commit83ae20c849f1bff32100fa8584408dca99ce4a62 (patch)
tree43e73e78a51c9c7c486e883dda25417d18f7e202 /include/linux/ide.h
parent[PATCH] ide: incorrect device link for ide-cs (diff)
downloadkernel-qcow2-linux-83ae20c849f1bff32100fa8584408dca99ce4a62.tar.gz
kernel-qcow2-linux-83ae20c849f1bff32100fa8584408dca99ce4a62.tar.xz
kernel-qcow2-linux-83ae20c849f1bff32100fa8584408dca99ce4a62.zip
[PATCH] ide: move CONFIG_IDE_MAX_HWIFS into linux/ide.h
CONFIG_IDE_MAX_HWIFS is a generic thing, no need to have it duplicated by every arch that uses it. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index e0cf4811da08..77ae55d4c13c 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -267,6 +267,10 @@ static inline void ide_std_init_ports(hw_regs_t *hw,
#include <asm/ide.h>
+#ifndef MAX_HWIFS
+#define MAX_HWIFS CONFIG_IDE_MAX_HWIFS
+#endif
+
/* needed on alpha, x86/x86_64, ia64, mips, ppc32 and sh */
#ifndef IDE_ARCH_OBSOLETE_DEFAULTS
# define ide_default_io_base(index) (0)