mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ide: remove pc->callback member from ide_atapi_pc
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>
This commit is contained in:
parent
db9d286988
commit
8bcda3bc49
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue