diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 9652edbd26af..a3cd568553d3 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1456,11 +1456,12 @@ void ide_undecoded_slave(ide_drive_t *); | |||
1456 | void ide_port_apply_params(ide_hwif_t *); | 1456 | void ide_port_apply_params(ide_hwif_t *); |
1457 | int ide_sysfs_register_port(ide_hwif_t *); | 1457 | int ide_sysfs_register_port(ide_hwif_t *); |
1458 | 1458 | ||
1459 | struct ide_host *ide_host_alloc(const struct ide_port_info *, hw_regs_t **); | 1459 | struct ide_host *ide_host_alloc(const struct ide_port_info *, hw_regs_t **, |
1460 | unsigned int); | ||
1460 | void ide_host_free(struct ide_host *); | 1461 | void ide_host_free(struct ide_host *); |
1461 | int ide_host_register(struct ide_host *, const struct ide_port_info *, | 1462 | int ide_host_register(struct ide_host *, const struct ide_port_info *, |
1462 | hw_regs_t **); | 1463 | hw_regs_t **); |
1463 | int ide_host_add(const struct ide_port_info *, hw_regs_t **, | 1464 | int ide_host_add(const struct ide_port_info *, hw_regs_t **, unsigned int, |
1464 | struct ide_host **); | 1465 | struct ide_host **); |
1465 | void ide_host_remove(struct ide_host *); | 1466 | void ide_host_remove(struct ide_host *); |
1466 | int ide_legacy_device_add(const struct ide_port_info *, unsigned long); | 1467 | int ide_legacy_device_add(const struct ide_port_info *, unsigned long); |