diff options
author | Borislav Petkov <petkovbb@googlemail.com> | 2008-07-23 13:56:00 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-23 13:56:00 -0400 |
commit | 8bcda3bc492c56abed33a8cbf824c410d7ce69f0 (patch) | |
tree | ceb0de938525d94327faedaf93341edc1da92d90 /include/linux/ide.h | |
parent | db9d286988b9e905045c536f681e85fa5e3a728b (diff) |
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>
Diffstat (limited to 'include/linux/ide.h')
-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 { | |||
662 | */ | 662 | */ |
663 | u8 pc_buf[256]; | 663 | u8 pc_buf[256]; |
664 | 664 | ||
665 | void (*callback)(ide_drive_t *); | ||
666 | |||
667 | /* idetape only */ | 665 | /* idetape only */ |
668 | struct idetape_bh *bh; | 666 | struct idetape_bh *bh; |
669 | char *b_data; | 667 | char *b_data; |