summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorRichard Yao <[email protected]>2014-07-06 20:38:45 -0400
committerRichard Yao <[email protected]>2015-09-04 15:37:24 -0400
commite8c6be131cfd2ed87a1584e53e7702f8681efefa (patch)
tree5285274846e5f63744c0d976b3e4764631020894 /include/linux
parentdd6f9fe61b522d878ab29a119e5fe9dab5b9f7d5 (diff)
Remove blk_requeue_request() autotools check
Signed-off-by: Richard Yao <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/blkdev_compat.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/blkdev_compat.h b/include/linux/blkdev_compat.h
index a8a2700af..ba4e97636 100644
--- a/include/linux/blkdev_compat.h
+++ b/include/linux/blkdev_compat.h
@@ -50,14 +50,6 @@ blk_fetch_request(struct request_queue *q)
}
#endif /* HAVE_BLK_FETCH_REQUEST */
-#ifndef HAVE_BLK_REQUEUE_REQUEST
-static inline void
-blk_requeue_request(request_queue_t *q, struct request *req)
-{
- elv_requeue_request(q, req);
-}
-#endif /* HAVE_BLK_REQUEUE_REQUEST */
-
/*
* 2.6.36 API change,
* The blk_queue_flush() interface has replaced blk_queue_ordered()