diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-17 18:46:21 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-17 18:46:21 -0400 |
commit | 4f0eee4d877e3b617b6a22d209d52b3dfca2b2a7 (patch) | |
tree | 87603afcdc56a97b0a32e7d1fab2ea588fc36da4 /include | |
parent | 2625cd52b6eafb63b72f2e53f933f41ba9e34dff (diff) |
ide: use ide_find_port() instead of ide_deprecated_find_port()
* Use ide_find_port() instead of ide_deprecated_find_port() in bast-ide/
palm_bk3710/ide-cs/delkin_cb host drivers and in ide_register_hw().
* Remove no longer needed ide_deprecated_find_port().
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 43d2968a4e13..1b423958a894 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -186,7 +186,6 @@ typedef struct hw_regs_s { | |||
186 | } hw_regs_t; | 186 | } hw_regs_t; |
187 | 187 | ||
188 | struct hwif_s * ide_find_port(unsigned long); | 188 | struct hwif_s * ide_find_port(unsigned long); |
189 | struct hwif_s *ide_deprecated_find_port(unsigned long); | ||
190 | void ide_init_port_data(struct hwif_s *, unsigned int); | 189 | void ide_init_port_data(struct hwif_s *, unsigned int); |
191 | void ide_init_port_hw(struct hwif_s *, hw_regs_t *); | 190 | void ide_init_port_hw(struct hwif_s *, hw_regs_t *); |
192 | 191 | ||