diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 8ae0480af008..04422e5e6dd8 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -196,6 +196,7 @@ typedef struct hw_regs_s { | |||
196 | } hw_regs_t; | 196 | } hw_regs_t; |
197 | 197 | ||
198 | struct hwif_s * ide_find_port(unsigned long); | 198 | struct hwif_s * ide_find_port(unsigned long); |
199 | struct hwif_s *ide_deprecated_find_port(unsigned long); | ||
199 | void ide_init_port_data(struct hwif_s *, unsigned int); | 200 | void ide_init_port_data(struct hwif_s *, unsigned int); |
200 | void ide_init_port_hw(struct hwif_s *, hw_regs_t *); | 201 | void ide_init_port_hw(struct hwif_s *, hw_regs_t *); |
201 | 202 | ||