diff options
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 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 | |||
1131 | extern int ide_vlb_clk; | 1131 | extern int ide_vlb_clk; |
1132 | extern int ide_pci_clk; | 1132 | extern int ide_pci_clk; |
1133 | 1133 | ||
1134 | unsigned int ide_rq_bytes(struct request *); | ||
1134 | int ide_end_rq(ide_drive_t *, struct request *, int, unsigned int); | 1135 | int ide_end_rq(ide_drive_t *, struct request *, int, unsigned int); |
1135 | int ide_end_request(ide_drive_t *, int, int); | ||
1136 | void ide_kill_rq(ide_drive_t *, struct request *); | 1136 | void ide_kill_rq(ide_drive_t *, struct request *); |
1137 | 1137 | ||
1138 | void __ide_set_handler(ide_drive_t *, ide_handler_t *, unsigned int, | 1138 | void __ide_set_handler(ide_drive_t *, ide_handler_t *, unsigned int, |