diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index e3ee74fc5903..23fb92506c31 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -1144,7 +1144,6 @@ extern int blk_throtl_init(struct request_queue *q); | |||
1144 | extern void blk_throtl_exit(struct request_queue *q); | 1144 | extern void blk_throtl_exit(struct request_queue *q); |
1145 | extern int blk_throtl_bio(struct request_queue *q, struct bio **bio); | 1145 | extern int blk_throtl_bio(struct request_queue *q, struct bio **bio); |
1146 | extern void throtl_schedule_delayed_work(struct request_queue *q, unsigned long delay); | 1146 | extern void throtl_schedule_delayed_work(struct request_queue *q, unsigned long delay); |
1147 | extern void throtl_shutdown_timer_wq(struct request_queue *q); | ||
1148 | #else /* CONFIG_BLK_DEV_THROTTLING */ | 1147 | #else /* CONFIG_BLK_DEV_THROTTLING */ |
1149 | static inline int blk_throtl_bio(struct request_queue *q, struct bio **bio) | 1148 | static inline int blk_throtl_bio(struct request_queue *q, struct bio **bio) |
1150 | { | 1149 | { |
@@ -1154,7 +1153,6 @@ static inline int blk_throtl_bio(struct request_queue *q, struct bio **bio) | |||
1154 | static inline int blk_throtl_init(struct request_queue *q) { return 0; } | 1153 | static inline int blk_throtl_init(struct request_queue *q) { return 0; } |
1155 | static inline int blk_throtl_exit(struct request_queue *q) { return 0; } | 1154 | static inline int blk_throtl_exit(struct request_queue *q) { return 0; } |
1156 | static inline void throtl_schedule_delayed_work(struct request_queue *q, unsigned long delay) {} | 1155 | static inline void throtl_schedule_delayed_work(struct request_queue *q, unsigned long delay) {} |
1157 | static inline void throtl_shutdown_timer_wq(struct request_queue *q) {} | ||
1158 | #endif /* CONFIG_BLK_DEV_THROTTLING */ | 1156 | #endif /* CONFIG_BLK_DEV_THROTTLING */ |
1159 | 1157 | ||
1160 | #define MODULE_ALIAS_BLOCKDEV(major,minor) \ | 1158 | #define MODULE_ALIAS_BLOCKDEV(major,minor) \ |