mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
virtio_balloon: drop legacy_only driver flag
we have blacklisted balloon in core, no need for a driver flag. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com>
This commit is contained in:
parent
4d23676fb6
commit
63d9f218a3
@ -518,7 +518,6 @@ static unsigned int features[] = {
|
||||
};
|
||||
|
||||
static struct virtio_driver virtio_balloon_driver = {
|
||||
.legacy_only = true,
|
||||
.feature_table = features,
|
||||
.feature_table_size = ARRAY_SIZE(features),
|
||||
.driver.name = KBUILD_MODNAME,
|
||||
|
Loading…
Reference in New Issue
Block a user