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-sh | |
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-sh')
-rw-r--r-- | include/asm-sh/ide.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sh/ide.h b/include/asm-sh/ide.h index 9f8e9142dc33..58e0bdd52be4 100644 --- a/include/asm-sh/ide.h +++ b/include/asm-sh/ide.h | |||
@@ -14,9 +14,6 @@ | |||
14 | 14 | ||
15 | #ifdef __KERNEL__ | 15 | #ifdef __KERNEL__ |
16 | 16 | ||
17 | |||
18 | #define ide_default_io_ctl(base) (0) | ||
19 | |||
20 | #include <asm-generic/ide_iops.h> | 17 | #include <asm-generic/ide_iops.h> |
21 | 18 | ||
22 | #endif /* __KERNEL__ */ | 19 | #endif /* __KERNEL__ */ |