diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-17 18:46:34 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-17 18:46:34 -0400 |
commit | 9dfcd15a6dc1ef81307295e08b797fa9212be71a (patch) | |
tree | 68ed0ccf99ff3d0e6d6043687823cea905edac32 /include/asm-arm | |
parent | 5c50427090303a6552949c14128200154ff69594 (diff) |
ide: remove ide_default_io_ctl() macro
It is always == '((base) + 0x206)' if CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS=y
and it is not needed otherwise (arm, blackfin, parisc, ppc64, sh, sparc[64]).
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/ide.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-arm/ide.h b/include/asm-arm/ide.h index f348fcf3150b..88f4d231ce4f 100644 --- a/include/asm-arm/ide.h +++ b/include/asm-arm/ide.h | |||
@@ -17,14 +17,6 @@ | |||
17 | #define MAX_HWIFS 4 | 17 | #define MAX_HWIFS 4 |
18 | #endif | 18 | #endif |
19 | 19 | ||
20 | #if !defined(CONFIG_ARCH_L7200) | ||
21 | # ifdef CONFIG_ARCH_CLPS7500 | ||
22 | # define ide_default_io_ctl(base) ((base) + 0x206) /* obsolete */ | ||
23 | # else | ||
24 | # define ide_default_io_ctl(base) (0) | ||
25 | # endif | ||
26 | #endif /* !ARCH_L7200 */ | ||
27 | |||
28 | #define __ide_mm_insw(port,addr,len) readsw(port,addr,len) | 20 | #define __ide_mm_insw(port,addr,len) readsw(port,addr,len) |
29 | #define __ide_mm_insl(port,addr,len) readsl(port,addr,len) | 21 | #define __ide_mm_insl(port,addr,len) readsl(port,addr,len) |
30 | #define __ide_mm_outsw(port,addr,len) writesw(port,addr,len) | 22 | #define __ide_mm_outsw(port,addr,len) writesw(port,addr,len) |