diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 0f48fbd46028..836c4c6cb7e3 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -415,9 +415,6 @@ struct ide_atapi_pc { | |||
415 | struct idetape_bh *bh; | 415 | struct idetape_bh *bh; |
416 | char *b_data; | 416 | char *b_data; |
417 | 417 | ||
418 | struct scatterlist *sg; | ||
419 | unsigned int sg_cnt; | ||
420 | |||
421 | unsigned long timeout; | 418 | unsigned long timeout; |
422 | }; | 419 | }; |
423 | 420 | ||
@@ -1177,8 +1174,6 @@ void ide_tf_read(ide_drive_t *, struct ide_cmd *); | |||
1177 | void ide_input_data(ide_drive_t *, struct ide_cmd *, void *, unsigned int); | 1174 | void ide_input_data(ide_drive_t *, struct ide_cmd *, void *, unsigned int); |
1178 | void ide_output_data(ide_drive_t *, struct ide_cmd *, void *, unsigned int); | 1175 | void ide_output_data(ide_drive_t *, struct ide_cmd *, void *, unsigned int); |
1179 | 1176 | ||
1180 | int ide_io_buffers(ide_drive_t *, struct ide_atapi_pc *, unsigned int, int); | ||
1181 | |||
1182 | extern void SELECT_DRIVE(ide_drive_t *); | 1177 | extern void SELECT_DRIVE(ide_drive_t *); |
1183 | void SELECT_MASK(ide_drive_t *, int); | 1178 | void SELECT_MASK(ide_drive_t *, int); |
1184 | 1179 | ||