mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
Revert "ANDROID: modularize BLK_MQ_VIRTIO"
This reverts commit f1bdff93de.
This option appears to be unused.
Bug: 191637574
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Change-Id: I3aca5b26ad2818c0a7438069b3fbd2bcd45f789b
This commit is contained in:
parent
fad17703b5
commit
d6c38d63fd
|
|
@ -209,7 +209,7 @@ config BLK_MQ_PCI
|
|||
default y
|
||||
|
||||
config BLK_MQ_VIRTIO
|
||||
tristate
|
||||
bool
|
||||
depends on BLOCK && VIRTIO
|
||||
default y
|
||||
|
||||
|
|
|
|||
|
|
@ -44,6 +44,3 @@ int blk_mq_virtio_map_queues(struct blk_mq_queue_map *qmap,
|
|||
return blk_mq_map_queues(qmap);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(blk_mq_virtio_map_queues);
|
||||
|
||||
MODULE_DESCRIPTION("Virtio Device Default Queue Mapping");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user