diff options
Diffstat (limited to 'include/linux')
-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 110d26359897..eca5082c3437 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1170,6 +1170,7 @@ int ide_busy_sleep(ide_hwif_t *, unsigned long, int); | |||
1170 | int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); | 1170 | int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); |
1171 | 1171 | ||
1172 | ide_startstop_t ide_do_park_unpark(ide_drive_t *, struct request *); | 1172 | ide_startstop_t ide_do_park_unpark(ide_drive_t *, struct request *); |
1173 | ide_startstop_t ide_do_devset(ide_drive_t *, struct request *); | ||
1173 | 1174 | ||
1174 | extern ide_startstop_t ide_do_reset (ide_drive_t *); | 1175 | extern ide_startstop_t ide_do_reset (ide_drive_t *); |
1175 | 1176 | ||