Commit 8bcda3bc authored by Borislav Petkov's avatar Borislav Petkov Committed by Bartlomiej Zolnierkiewicz

ide: remove pc->callback member from ide_atapi_pc

There should be no functionality change resulting from this patch.
Signed-off-by: default avatarBorislav Petkov <petkovbb@gmail.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent db9d2869
...@@ -662,8 +662,6 @@ struct ide_atapi_pc { ...@@ -662,8 +662,6 @@ struct ide_atapi_pc {
*/ */
u8 pc_buf[256]; u8 pc_buf[256];
void (*callback)(ide_drive_t *);
/* idetape only */ /* idetape only */
struct idetape_bh *bh; struct idetape_bh *bh;
char *b_data; char *b_data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment