summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-06-05 10:46:48 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-06-05 10:46:48 +1000
commitf42cb3245de19ada2294137f8020116143078c61 (patch)
treebe6d64dbea74f4a0b0ff7471b586d26cd41e31de /include
parent95663af4306f0523eb51b304e5a6ba0d42abd89e (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')
-rw-r--r--include/linux/ide.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h
index 5f08902ececa..708be865896a 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -626,7 +626,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;