Skip to content

Commit

Permalink
ide: struct ide_atapi_pc - remove unused fields and update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 6, 2009
1 parent b1b1cd9 commit 906ef98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,9 @@ struct ide_atapi_pc {
struct idetape_bh *bh;
char *b_data;

/* idescsi only for now */
struct scatterlist *sg;
unsigned int sg_cnt;

struct scsi_cmnd *scsi_cmd;
void (*done) (struct scsi_cmnd *);

unsigned long timeout;
};

Expand Down

0 comments on commit 906ef98

Please sign in to comment.