diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-02-16 20:40:24 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-02-16 20:40:24 -0500 |
commit | 6679054895f9b1dc676d14637306b297451f1ac0 (patch) | |
tree | cde79b99e193a8508ff5faa33f23e1152fb9bb34 /include/linux/ide.h | |
parent | ac4a306537b97fcae5da96bedcf521f6dfdf9753 (diff) |
ide: remove write-only ide_pio_data_t.blacklisted
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 7b3911034809..59bb58096942 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1367,7 +1367,6 @@ typedef struct ide_pio_data_s { | |||
1367 | u8 pio_mode; | 1367 | u8 pio_mode; |
1368 | u8 use_iordy; | 1368 | u8 use_iordy; |
1369 | u8 overridden; | 1369 | u8 overridden; |
1370 | u8 blacklisted; | ||
1371 | unsigned int cycle_time; | 1370 | unsigned int cycle_time; |
1372 | } ide_pio_data_t; | 1371 | } ide_pio_data_t; |
1373 | 1372 | ||