diff options
author | Christoph Hellwig <hch@lst.de> | 2018-11-14 11:02:11 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-11-15 14:13:25 -0500 |
commit | b6676f653f13f83582985bc713525a48d735b2a3 (patch) | |
tree | c1668b8c41eae90c044921d66feb65fb7910f089 /block/blk-wbt.c | |
parent | 9809b4eed2cf3718ea160f70693b1714768f9822 (diff) |
block: remove a few unused exports
Reviewed-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-wbt.c')
-rw-r--r-- | block/blk-wbt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/blk-wbt.c b/block/blk-wbt.c index e5a66c574683..919444d75489 100644 --- a/block/blk-wbt.c +++ b/block/blk-wbt.c | |||
@@ -754,8 +754,6 @@ void wbt_disable_default(struct request_queue *q) | |||
754 | if (rwb->enable_state == WBT_STATE_ON_DEFAULT) | 754 | if (rwb->enable_state == WBT_STATE_ON_DEFAULT) |
755 | rwb->wb_normal = 0; | 755 | rwb->wb_normal = 0; |
756 | } | 756 | } |
757 | EXPORT_SYMBOL_GPL(wbt_disable_default); | ||
758 | |||
759 | 757 | ||
760 | static struct rq_qos_ops wbt_rqos_ops = { | 758 | static struct rq_qos_ops wbt_rqos_ops = { |
761 | .throttle = wbt_wait, | 759 | .throttle = wbt_wait, |