diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 14:33:39 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-16 14:33:39 -0400 |
commit | 3e153cfb5e38ae237ff27a10a833946ac95db8a4 (patch) | |
tree | fabfc3156aa53138f542eb6eee6599c043dffa8e /include/linux/ide.h | |
parent | c9d6c1a2379373219bb3271bdcbdc0ab2edf349d (diff) |
ide: remove no longer used ide_pio_timings[]
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 3899c761b302..4e44525fa5ca 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1305,15 +1305,7 @@ void ide_timing_merge(struct ide_timing *, struct ide_timing *, | |||
1305 | struct ide_timing *, unsigned int); | 1305 | struct ide_timing *, unsigned int); |
1306 | int ide_timing_compute(ide_drive_t *, u8, struct ide_timing *, int, int); | 1306 | int ide_timing_compute(ide_drive_t *, u8, struct ide_timing *, int, int); |
1307 | 1307 | ||
1308 | typedef struct ide_pio_timings_s { | ||
1309 | int setup_time; /* Address setup (ns) minimum */ | ||
1310 | int active_time; /* Active pulse (ns) minimum */ | ||
1311 | int cycle_time; /* Cycle time (ns) minimum = */ | ||
1312 | /* active + recovery (+ setup for some chips) */ | ||
1313 | } ide_pio_timings_t; | ||
1314 | |||
1315 | u8 ide_get_best_pio_mode(ide_drive_t *, u8, u8); | 1308 | u8 ide_get_best_pio_mode(ide_drive_t *, u8, u8); |
1316 | extern const ide_pio_timings_t ide_pio_timings[6]; | ||
1317 | 1309 | ||
1318 | int ide_set_pio_mode(ide_drive_t *, u8); | 1310 | int ide_set_pio_mode(ide_drive_t *, u8); |
1319 | int ide_set_dma_mode(ide_drive_t *, u8); | 1311 | int ide_set_dma_mode(ide_drive_t *, u8); |