aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/ide.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-10-20 00:32:32 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2007-10-20 00:32:32 +0200
commit847ddd2bbe15c6e452606503b5d073826aaaddb7 (patch)
tree2a395984d5c82d718dc6d99b1132340be453482b /include/asm-arm/ide.h
parentide: remove redundant comments from ide.h (diff)
downloadlinux-dev-847ddd2bbe15c6e452606503b5d073826aaaddb7.tar.xz
linux-dev-847ddd2bbe15c6e452606503b5d073826aaaddb7.zip
ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT
Add CONFIG_IDE_ARCH_OBSOLETE_INIT to drivers/ide/Kconfig and use it instead of defining IDE_ARCH_OBSOLETE_INIT in <arch/ide.h>. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/asm-arm/ide.h')
-rw-r--r--include/asm-arm/ide.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/ide.h b/include/asm-arm/ide.h
index 4f68c8a5a199..f348fcf3150b 100644
--- a/include/asm-arm/ide.h
+++ b/include/asm-arm/ide.h
@@ -18,7 +18,6 @@
#endif
#if !defined(CONFIG_ARCH_L7200)
-# define IDE_ARCH_OBSOLETE_INIT
# ifdef CONFIG_ARCH_CLPS7500
# define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */
# else