Browse Source

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>
Michael S. Tsirkin 10 years ago
parent
commit
63d9f218a3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/virtio/virtio_balloon.c

+ 0 - 1
drivers/virtio/virtio_balloon.c

@@ -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,