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
1 changed files with 0 additions and 1 deletions
|
@ -518,7 +518,6 @@ static unsigned int features[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct virtio_driver virtio_balloon_driver = {
|
static struct virtio_driver virtio_balloon_driver = {
|
||||||
.legacy_only = true,
|
|
||||||
.feature_table = features,
|
.feature_table = features,
|
||||||
.feature_table_size = ARRAY_SIZE(features),
|
.feature_table_size = ARRAY_SIZE(features),
|
||||||
.driver.name = KBUILD_MODNAME,
|
.driver.name = KBUILD_MODNAME,
|
||||||
|
|
Loading…
Add table
Reference in a new issue