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 b1b903a0dac8..015955632091 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1093,7 +1093,7 @@ void ide_fix_driveid(u16 *); | |||
1093 | 1093 | ||
1094 | extern void ide_fixstring(u8 *, const int, const int); | 1094 | extern void ide_fixstring(u8 *, const int, const int); |
1095 | 1095 | ||
1096 | int ide_busy_sleep(ide_hwif_t *, unsigned long, int); | 1096 | int ide_busy_sleep(ide_drive_t *, unsigned long, int); |
1097 | 1097 | ||
1098 | int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); | 1098 | int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); |
1099 | 1099 | ||