aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 156ffd9de967..1fa9dcf9aa6a 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -855,9 +855,6 @@ extern int __blk_end_request(struct request *rq, int error,
855extern int blk_end_bidi_request(struct request *rq, int error, 855extern int blk_end_bidi_request(struct request *rq, int error,
856 unsigned int nr_bytes, unsigned int bidi_bytes); 856 unsigned int nr_bytes, unsigned int bidi_bytes);
857extern void end_request(struct request *, int); 857extern void end_request(struct request *, int);
858extern int blk_end_request_callback(struct request *rq, int error,
859 unsigned int nr_bytes,
860 int (drv_callback)(struct request *));
861extern void blk_complete_request(struct request *); 858extern void blk_complete_request(struct request *);
862extern void __blk_complete_request(struct request *); 859extern void __blk_complete_request(struct request *);
863extern void blk_abort_request(struct request *); 860extern void blk_abort_request(struct request *);