diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 68e5a009fbd0..db9a70e25377 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1213,7 +1213,7 @@ void ide_undecoded_slave(ide_drive_t *); | |||
1213 | 1213 | ||
1214 | int ide_device_add_all(u8 *idx, const struct ide_port_info *); | 1214 | int ide_device_add_all(u8 *idx, const struct ide_port_info *); |
1215 | int ide_device_add(u8 idx[4], const struct ide_port_info *); | 1215 | int ide_device_add(u8 idx[4], const struct ide_port_info *); |
1216 | int ide_legacy_device_add(const struct ide_port_info *); | 1216 | int ide_legacy_device_add(const struct ide_port_info *, unsigned long); |
1217 | void ide_port_unregister_devices(ide_hwif_t *); | 1217 | void ide_port_unregister_devices(ide_hwif_t *); |
1218 | void ide_port_scan(ide_hwif_t *); | 1218 | void ide_port_scan(ide_hwif_t *); |
1219 | 1219 | ||