aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r--include/linux/ide.h2
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
1094extern void ide_fixstring(u8 *, const int, const int); 1094extern void ide_fixstring(u8 *, const int, const int);
1095 1095
1096int ide_busy_sleep(ide_hwif_t *, unsigned long, int); 1096int ide_busy_sleep(ide_drive_t *, unsigned long, int);
1097 1097
1098int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long); 1098int ide_wait_stat(ide_startstop_t *, ide_drive_t *, u8, u8, unsigned long);
1099 1099