From: Borislav Petkov Date: Wed, 23 Jul 2008 17:56:00 +0000 (+0200) Subject: ide: remove pc->callback member from ide_atapi_pc X-Git-Tag: firefly_0821_release~19449^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8bcda3bc492c56abed33a8cbf824c410d7ce69f0;p=firefly-linux-kernel-4.4.55.git ide: remove pc->callback member from ide_atapi_pc There should be no functionality change resulting from this patch. Signed-off-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- diff --git a/include/linux/ide.h b/include/linux/ide.h index a28823297edc..d8ec8afb4ef3 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h @@ -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;