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: v2.6.27-rc1~854^2~14 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=8bcda3bc492c56abed33a8cbf824c410d7ce69f0;p=linux-2.6-omap-h63xx.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 a28823297ed..d8ec8afb4ef 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;