diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:16 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-04-26 16:25:16 -0400 |
commit | 3b36f66b81bc0d69ec7dfa736592224f6ca366b7 (patch) | |
tree | b99bf69c108198d14a0f600a600cf2790ca2be84 /include | |
parent | e53cd458d593c88247b8a7b2754d0e8055869670 (diff) |
ide: add ide_legacy_device_add() helper
Add ide_legacy_device_add() helper for use by legacy VLB host drivers
(+ convert them to use it).
There should be no functional changes caused by this patch.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
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 a612c898baeb..68e5a009fbd0 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1213,6 +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 | void ide_port_unregister_devices(ide_hwif_t *); | 1217 | void ide_port_unregister_devices(ide_hwif_t *); |
1217 | void ide_port_scan(ide_hwif_t *); | 1218 | void ide_port_scan(ide_hwif_t *); |
1218 | 1219 | ||