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 34c128f0a33c..867cb68d8461 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1103,7 +1103,7 @@ void ide_fix_driveid(u16 *); | |||
1103 | 1103 | ||
1104 | extern void ide_fixstring(u8 *, const int, const int); | 1104 | extern void ide_fixstring(u8 *, const int, const int); |
1105 | 1105 | ||
1106 | int ide_busy_sleep(ide_hwif_t *, unsigned long, int); | 1106 | int ide_busy_sleep(ide_drive_t *, unsigned long, int); |
1107 | 1107 | ||
1108 | int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); | 1108 | int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); |
1109 | 1109 | ||