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-softirq.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-softirq.c')
-rw-r--r-- | block/blk-softirq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-softirq.c b/block/blk-softirq.c index 1534066e306e..457d9ba3eb20 100644 --- a/block/blk-softirq.c +++ b/block/blk-softirq.c | |||
@@ -143,7 +143,6 @@ do_local: | |||
143 | 143 | ||
144 | local_irq_restore(flags); | 144 | local_irq_restore(flags); |
145 | } | 145 | } |
146 | EXPORT_SYMBOL(__blk_complete_request); | ||
147 | 146 | ||
148 | static __init int blk_softirq_init(void) | 147 | static __init int blk_softirq_init(void) |
149 | { | 148 | { |