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>
This commit is contained in:
Bartlomiej Zolnierkiewicz
2008-07-15 21:21:55 +02:00
parent 5985e6abbd
commit 92f5daff2b
2 changed files with 8 additions and 7 deletions

View File

@@ -641,7 +641,7 @@ struct ide_atapi_pc {
*/
u8 pc_buf[256];
void (*idefloppy_callback) (ide_drive_t *);
ide_startstop_t (*idetape_callback) (ide_drive_t *);
void (*idetape_callback) (ide_drive_t *);
/* idetape only */
struct idetape_bh *bh;