Skip to content

Commit

Permalink
ide: remove pc->callback member from ide_atapi_pc
Browse files Browse the repository at this point in the history
There should be no functionality change resulting from this patch.

Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Borislav Petkov authored and Bartlomiej Zolnierkiewicz committed Jul 23, 2008
1 parent db9d286 commit 8bcda3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/linux/ide.h
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,6 @@ struct ide_atapi_pc {
*/
u8 pc_buf[256];

void (*callback)(ide_drive_t *);

/* idetape only */
struct idetape_bh *bh;
char *b_data;
Expand Down

0 comments on commit 8bcda3b

Please sign in to comment.