virtio_balloon: drop legacy_only driver flag
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 4 Dec 2014 17:32:02 +0000 (19:32 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 9 Dec 2014 19:41:59 +0000 (21:41 +0200)
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>
drivers/virtio/virtio_balloon.c

index 4497def..c9703d4 100644 (file)
@@ -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,