diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-07-19 19:11:55 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-07-19 19:11:55 -0400 |
commit | 342cdb6d4739cee430efc3eafcacd1605db66036 (patch) | |
tree | f09b53028467a2f69ad6f0242f8d3b74b32a5af4 /include/linux/ide.h | |
parent | 328dcbb63657ebbb2dd26982fa9e1fa9e04b6fa2 (diff) |
ide: make ide_get_best_pio_mode() print info if overriding PIO mode
* Print info about overriding PIO mode in ide_get_best_pio_mode().
* Remove info about overriding PIO mode from cmd64{0,x} host drivers.
* Remove no longer needed ide_pio_data_t.overridden field.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 19ab25804056..83a117d673c7 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1375,7 +1375,6 @@ typedef struct ide_pio_timings_s { | |||
1375 | typedef struct ide_pio_data_s { | 1375 | typedef struct ide_pio_data_s { |
1376 | u8 pio_mode; | 1376 | u8 pio_mode; |
1377 | u8 use_iordy; | 1377 | u8 use_iordy; |
1378 | u8 overridden; | ||
1379 | unsigned int cycle_time; | 1378 | unsigned int cycle_time; |
1380 | } ide_pio_data_t; | 1379 | } ide_pio_data_t; |
1381 | 1380 | ||