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.h5
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 *);
1177void ide_input_data(ide_drive_t *, struct ide_cmd *, void *, unsigned int); 1174void ide_input_data(ide_drive_t *, struct ide_cmd *, void *, unsigned int);
1178void ide_output_data(ide_drive_t *, struct ide_cmd *, void *, unsigned int); 1175void ide_output_data(ide_drive_t *, struct ide_cmd *, void *, unsigned int);
1179 1176
1180int ide_io_buffers(ide_drive_t *, struct ide_atapi_pc *, unsigned int, int);
1181
1182extern void SELECT_DRIVE(ide_drive_t *); 1177extern void SELECT_DRIVE(ide_drive_t *);
1183void SELECT_MASK(ide_drive_t *, int); 1178void SELECT_MASK(ide_drive_t *, int);
1184 1179