diff options
author | 2008-07-23 19:56:00 +0200 | |
---|---|---|
committer | 2008-07-23 19:56:00 +0200 | |
commit | 8bcda3bc492c56abed33a8cbf824c410d7ce69f0 (patch) | |
tree | ceb0de938525d94327faedaf93341edc1da92d90 | |
parent | ide-scsi: use drive->pc_callback instead of pc->callback (diff) | |
download | linux-dev-8bcda3bc492c56abed33a8cbf824c410d7ce69f0.tar.xz linux-dev-8bcda3bc492c56abed33a8cbf824c410d7ce69f0.zip |
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>
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |