diff options
Diffstat (limited to 'include')
-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 764afd94b917..46d5bfe2fefb 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1236,6 +1236,7 @@ void ide_port_apply_params(ide_hwif_t *); | |||
1236 | 1236 | ||
1237 | struct ide_host *ide_host_alloc_all(const struct ide_port_info *, hw_regs_t **); | 1237 | struct ide_host *ide_host_alloc_all(const struct ide_port_info *, hw_regs_t **); |
1238 | struct ide_host *ide_host_alloc(const struct ide_port_info *, hw_regs_t **); | 1238 | struct ide_host *ide_host_alloc(const struct ide_port_info *, hw_regs_t **); |
1239 | void ide_host_free(struct ide_host *); | ||
1239 | int ide_host_register(struct ide_host *, const struct ide_port_info *, | 1240 | int ide_host_register(struct ide_host *, const struct ide_port_info *, |
1240 | hw_regs_t **); | 1241 | hw_regs_t **); |
1241 | int ide_host_add(const struct ide_port_info *, hw_regs_t **, | 1242 | int ide_host_add(const struct ide_port_info *, hw_regs_t **, |