diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-01-06 11:20:59 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-01-06 11:20:59 -0500 |
commit | 906ef986a71d541a726550fa40dcbc5c356f810e (patch) | |
tree | 362ca2504f293e057979a9e87d30e5a2707bffc2 | |
parent | b1b1cd9a23dfa9b33267519ee7c228da708ddaf6 (diff) |
ide: struct ide_atapi_pc - remove unused fields and update documentation
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-rw-r--r-- | include/linux/ide.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 13deba5e0157..a7dbfd857115 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -426,13 +426,9 @@ struct ide_atapi_pc { | |||
426 | struct idetape_bh *bh; | 426 | struct idetape_bh *bh; |
427 | char *b_data; | 427 | char *b_data; |
428 | 428 | ||
429 | /* idescsi only for now */ | ||
430 | struct scatterlist *sg; | 429 | struct scatterlist *sg; |
431 | unsigned int sg_cnt; | 430 | unsigned int sg_cnt; |
432 | 431 | ||
433 | struct scsi_cmnd *scsi_cmd; | ||
434 | void (*done) (struct scsi_cmnd *); | ||
435 | |||
436 | unsigned long timeout; | 432 | unsigned long timeout; |
437 | }; | 433 | }; |
438 | 434 | ||