diff options
Diffstat (limited to 'include/linux/ide.h')
-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 | ||