Skip to content

Commit

Permalink
virtio_balloon: drop legacy_only driver flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael S. Tsirkin committed Dec 9, 2014
1 parent 4d23676 commit 63d9f21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/virtio/virtio_balloon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 63d9f21

Please sign in to comment.