mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-19 03:50:43 +09:00
The blk_mq_alloc_single_hw_queue() is a prototype artifact that should have been removed with commitcdef54dd85"blk-mq: remove alloc_hctx and free_hctx methods" where the last users of it were deleted. Fixes:cdef54dd85("blk-mq: remove alloc_hctx and free_hctx methods") Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>