aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ide.h')
-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 cbfb64fdeda7..b6142171baf0 100644
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1131,8 +1131,8 @@ int generic_ide_ioctl(ide_drive_t *, struct block_device *, unsigned, unsigned l
1131extern int ide_vlb_clk; 1131extern int ide_vlb_clk;
1132extern int ide_pci_clk; 1132extern int ide_pci_clk;
1133 1133
1134unsigned int ide_rq_bytes(struct request *);
1134int ide_end_rq(ide_drive_t *, struct request *, int, unsigned int); 1135int ide_end_rq(ide_drive_t *, struct request *, int, unsigned int);
1135int ide_end_request(ide_drive_t *, int, int);
1136void ide_kill_rq(ide_drive_t *, struct request *); 1136void ide_kill_rq(ide_drive_t *, struct request *);
1137 1137
1138void __ide_set_handler(ide_drive_t *, ide_handler_t *, unsigned int, 1138void __ide_set_handler(ide_drive_t *, ide_handler_t *, unsigned int,