projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d23676
)
virtio_balloon: drop legacy_only driver flag
author
Michael S. Tsirkin
<mst@redhat.com>
Thu, 4 Dec 2014 17:32:02 +0000
(19:32 +0200)
committer
Michael 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/virtio/virtio_balloon.c
b/drivers/virtio/virtio_balloon.c
index 4497def48dae3a29ee2b7094ccc1ad51bb919e47..c9703d4d6f676d8f4922462b6070e7c869d65f77 100644
(file)
--- a/
drivers/virtio/virtio_balloon.c
+++ b/
drivers/virtio/virtio_balloon.c
@@
-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,