diff options
author | Bartlomiej Zolnierkiewicz | 2007-10-20 00:32:32 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz | 2007-10-20 00:32:32 +0200 |
commit | 847ddd2bbe15c6e452606503b5d073826aaaddb7 (patch) | |
tree | 2a395984d5c82d718dc6d99b1132340be453482b /include/asm-powerpc | |
parent | ide: remove redundant comments from ide.h (diff) | |
download | kernel-qcow2-linux-847ddd2bbe15c6e452606503b5d073826aaaddb7.tar.gz kernel-qcow2-linux-847ddd2bbe15c6e452606503b5d073826aaaddb7.tar.xz kernel-qcow2-linux-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-powerpc')
-rw-r--r-- | include/asm-powerpc/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/ide.h b/include/asm-powerpc/ide.h index 1644e44c8757..e61dad73353f 100644 --- a/include/asm-powerpc/ide.h +++ b/include/asm-powerpc/ide.h @@ -74,7 +74,6 @@ static __inline__ unsigned long ide_default_io_base(int index) #endif /* __powerpc64__ */ -#define IDE_ARCH_OBSOLETE_INIT #define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */ #endif /* __KERNEL__ */ |