diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-15 15:21:55 -0400 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-07-15 15:21:55 -0400 |
commit | 92f5daff2b8439fa4c57c57f47823ffc459c3bd9 (patch) | |
tree | 77a122aaa1ff0291f646ecaa7f72b309bf18f9f9 /include/linux/ide.h | |
parent | 5985e6abbd89f969c17fd80ab864c80f089827a3 (diff) |
ide-tape: make pc->idetape_callback void
There should be no functional changes caused by this patch.
Cc: 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, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 04267dc1edf2..8936b21a7030 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -641,7 +641,7 @@ struct ide_atapi_pc { | |||
641 | */ | 641 | */ |
642 | u8 pc_buf[256]; | 642 | u8 pc_buf[256]; |
643 | void (*idefloppy_callback) (ide_drive_t *); | 643 | void (*idefloppy_callback) (ide_drive_t *); |
644 | ide_startstop_t (*idetape_callback) (ide_drive_t *); | 644 | void (*idetape_callback) (ide_drive_t *); |
645 | 645 | ||
646 | /* idetape only */ | 646 | /* idetape only */ |
647 | struct idetape_bh *bh; | 647 | struct idetape_bh *bh; |